diff --git a/demos/hello_bazel/build_bazel_sample.sh b/demos/hello_bazel/build_bazel_sample.sh index 07128d39..81778021 100755 --- a/demos/hello_bazel/build_bazel_sample.sh +++ b/demos/hello_bazel/build_bazel_sample.sh @@ -4,6 +4,7 @@ set -e mkdir examples cd examples git clone https://github.com/bazelbuild/examples/ . +git checkout 93564e1f1e7a3c39d6a94acee12b8d7b74de3491 cd cpp-tutorial/stage3 export CC=/opt/occlum/toolchains/gcc/bin/occlum-gcc export CXX=/opt/occlum/toolchains/gcc/bin/occlum-g++