Skip to content

Commit 74de23c

Browse files
author
Isaac
committed
Update bazel and rules
1 parent 7b75532 commit 74de23c

File tree

7 files changed

+637
-6
lines changed

7 files changed

+637
-6
lines changed

.bazelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build --swiftcopt=-whole-module-optimization
1717
build --per_file_copt=".*\.m$","@-fno-objc-msgsend-selector-stubs"
1818
build --per_file_copt=".*\.mm$","@-fno-objc-msgsend-selector-stubs"
1919

20-
build --linkopt="-ld_classic"
20+
#build --linkopt="-ld_classic"
2121

2222
build --features=debug_prefix_map_pwd_is_dot
2323
build --features=swift.cacheable_swiftmodules
@@ -30,3 +30,4 @@ build --spawn_strategy=standalone
3030
build --strategy=SwiftCompile=standalone
3131
build --define RULES_SWIFT_BUILD_DUMMY_WORKER=1
3232

33+
build --noenable_bzlmod

MODULE.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
###############################################################################
2+
# Bazel now uses Bzlmod by default to manage external dependencies.
3+
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
4+
#
5+
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
6+
###############################################################################

0 commit comments

Comments
 (0)