mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
13 lines
218 B
Bash
Executable File
13 lines
218 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Copyright (C) 2019-2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
git fetch -t
|
|
git clone ../compute-runtime neo
|
|
docker build -f scripts/docker/Dockerfile-arch-clang -t neo-arch-clang:ci .
|
|
|