mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
12 lines
225 B
Bash
12 lines
225 B
Bash
|
|
#!/bin/bash
|
||
|
|
#
|
||
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
#
|
||
|
|
|
||
|
|
git fetch -t
|
||
|
|
git clone ../compute-runtime neo
|
||
|
|
docker build -f scripts/docker/Dockerfile-arch-aur-gcc-8 -t neo-arch-aur-gcc-8:ci .
|
||
|
|
|