Skip to content

Commit

Permalink
feat: add apple_support for bazel-7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dterazhao committed Nov 15, 2024
1 parent 362c1ae commit 9c41713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build --verbose_failures
build --incompatible_new_actions_api=false
build --copt=-fdiagnostics-color=always
build --enable_platform_specific_config
build --experimental_cc_static_library

# default off CUDA build
build --@rules_cuda//cuda:enable=false
Expand Down Expand Up @@ -72,7 +73,6 @@ build:ubsan --copt -fno-omit-frame-pointer
build:ubsan --linkopt -fsanitize=undefined

#build:monolithic --define framework_shared_object=false
build:exp --experimental_cc_static_library

test --keep_going
test --test_output=errors
Expand Down
2 changes: 1 addition & 1 deletion bazel/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "Current Directory: $CD"
#"$CD"/third_party/build.sh

cd ..
OPTS="-c opt --config=exp"
OPTS="-c opt"
#SED_F="native/src/main/native/cn/cstn/algorithm/javacpp/heu/BUILD.bazel"
#if [[ "$OSTYPE" == "darwin"* ]]; then
# echo 6.5.0 > .bazelversion
Expand Down

0 comments on commit 9c41713

Please sign in to comment.