mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
ci: update compilers and OS's
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/269 Change-Id: I5dfa4b226bcfd212274f502e21d027a977b9e840
This commit is contained in:
committed by
sys_ocldev
parent
1f1fa49a3c
commit
508c4af14e
11
scripts/build-fedora32-copr-docker.sh
Executable file
11
scripts/build-fedora32-copr-docker.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (C) 2018-2020 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
git fetch -t
|
||||
git clone ../compute-runtime neo
|
||||
docker info
|
||||
docker build -f scripts/docker/Dockerfile-fedora-32-copr -t neo-fedora-32-copr:ci .
|
||||
Reference in New Issue
Block a user