File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
shared/bazel/compiler_flags Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- 8.3 .1
1+ 8.4 .1
Original file line number Diff line number Diff line change 3232 token : ${{ secrets.BUILDBUDDY_API_KEY }}
3333
3434 - name : bazel ${{ matrix.action }}
35- run : bazel --output_user_root=C:\\bazelroot ${{ matrix.action }} -k ... --config=ci ${{ matrix.config }} --verbose_failures
35+ run : bazel ${{ matrix.action }} -k ... --config=ci ${{ matrix.config }} --verbose_failures
3636 shell : bash
3737
3838 build-mac :
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ wpilib_java_library(
1111 "//ntcore:ntcore-java" ,
1212 "//wpiunits:wpiunits-java" ,
1313 "//wpiutil:wpiutil-java" ,
14+ "@maven//:us_hebi_quickbuf_quickbuf_runtime" ,
1415 ],
1516)
1617
@@ -19,6 +20,7 @@ wpilib_java_junit5_test(
1920 srcs = glob (["src/test/java/**/*.java" ]),
2021 deps = [
2122 ":epilogue-java" ,
23+ "//wpimath:wpimath-java" ,
2224 "//wpiutil:wpiutil-java" ,
2325 "@maven//:us_hebi_quickbuf_quickbuf_runtime" ,
2426 ],
Original file line number Diff line number Diff line change 44
55# Start with configuring the autodetected toolchain.
66# The target toolchain should be captured already in its toolchain.
7- common:linux --repo_env=BAZEL_COPTS="-Wall:-Wextra:-Werror"
7+ common:linux --repo_env=BAZEL_COPTS="-Wall:-Wextra:-Werror:-gz=zlib "
88
99# C++ only
1010common:linux --repo_env=BAZEL_CXXOPTS="-std=c++20:-Wformat=2:-pedantic:-Wno-psabi:-Wno-unused-parameter:-fPIC:-pthread:-Wno-deprecated-enum-enum-conversion"
You can’t perform that action at this time.
0 commit comments