提交 1707d7a4 编写于 作者: X Xiangquan Xiao

Scripts: Fix potential CI failure on environment issue.

上级 b6258076
......@@ -251,6 +251,11 @@ function cibuild() {
//modules/routing/...
//modules/transform/..."
# The data module is lightweight and rarely changed. If it fails, it's
# most-likely an environment mess. So we try `bazel clean` and then initial
# the building process.
bazel build $JOB_ARG $DEFINES $@ "//modules/data/..." || bazel clean
bazel build $JOB_ARG $DEFINES $@ $BUILD_TARGETS
if [ $? -eq 0 ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册