Fix bazel CI failure

This commit is contained in:
Hui, Chunyang 2023-11-07 03:47:11 +00:00 committed by volcano
parent b16c399709
commit b72922c316

@ -4,6 +4,7 @@ set -e
mkdir examples mkdir examples
cd examples cd examples
git clone https://github.com/bazelbuild/examples/ . git clone https://github.com/bazelbuild/examples/ .
git checkout 93564e1f1e7a3c39d6a94acee12b8d7b74de3491
cd cpp-tutorial/stage3 cd cpp-tutorial/stage3
export CC=/opt/occlum/toolchains/gcc/bin/occlum-gcc export CC=/opt/occlum/toolchains/gcc/bin/occlum-gcc
export CXX=/opt/occlum/toolchains/gcc/bin/occlum-g++ export CXX=/opt/occlum/toolchains/gcc/bin/occlum-g++