mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
* remove Fedora 31 and 32 builds Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> * Add builds on Fedora 33 and 34 Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> * Fix build with gcc11 Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> * Remove info about EOL'd distributions Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> * clean after build Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> Co-authored-by: Jacek Danecki <jacek.danecki@intel.com>
13 lines
277 B
Bash
Executable File
13 lines
277 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
git fetch -t
|
|
git clone ../compute-runtime neo
|
|
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
|
|
docker build -f scripts/docker/Dockerfile-fedora-33-copr -t neo-fedora-33-copr:ci .
|
|
|