2019-12-11 22:30:14 +08:00
|
|
|
#!/bin/bash
|
2021-06-29 22:04:49 +08:00
|
|
|
|
2019-12-11 22:30:14 +08:00
|
|
|
#
|
2021-05-17 02:51:16 +08:00
|
|
|
# Copyright (C) 2019-2021 Intel Corporation
|
2019-12-11 22:30:14 +08:00
|
|
|
#
|
|
|
|
# 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 .
|
|
|
|
|