mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[bazel] Update Bazel to 8.4.1 to fix Windows builds (#8258)
- Fix missing epilogue deps - Compress debug info to save space in CI
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
# Start with configuring the autodetected toolchain.
|
||||
# The target toolchain should be captured already in its toolchain.
|
||||
common:linux --repo_env=BAZEL_COPTS="-Wall:-Wextra:-Werror"
|
||||
common:linux --repo_env=BAZEL_COPTS="-Wall:-Wextra:-Werror:-gz=zlib"
|
||||
|
||||
# C++ only
|
||||
common:linux --repo_env=BAZEL_CXXOPTS="-std=c++20:-Wformat=2:-pedantic:-Wno-psabi:-Wno-unused-parameter:-fPIC:-pthread:-Wno-deprecated-enum-enum-conversion"
|
||||
|
||||
Reference in New Issue
Block a user