File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- build --compiler=compiler
2- test --compiler=compiler
3-
4- build --cpu=stm32g4
5- test --cpu=stm32g4
1+ common --noenable_bzlmod
2+ build --incompatible_enable_cc_toolchain_resolution
63
7- build --crosstool_top=@com_github_mjbots_rules_mbed//tools/cc_toolchain:toolchain
8- test --crosstool_top=@com_github_mjbots_rules_mbed//tools/cc_toolchain:toolchain
9-
10- build --auto_cpu_environment_group=@com_github_mjbots_rules_mbed//tools:cpus
11- test --auto_cpu_environment_group=@com_github_mjbots_rules_mbed//tools:cpus
4+ build --features=c++20
5+ build --features=-c++17
6+ build --compiler=compiler
127
138build --nostart_end_lib
14- test --nostart_end_lib
15-
16- build -c opt
17- test -c opt
9+ build --strip never
10+ build --test_output=errors
1811
1912build --workspace_status_command=tools/workspace_status.sh
20- test --workspace_status_command=tools/workspace_status.sh
21-
13+ build -c opt
2214build --stamp
23- test --stamp
15+
16+ build --platforms=@com_github_mjbots_rules_mbed//:stm32g4
17+ build --crosstool_top=@com_github_mjbots_rules_mbed//tools/cc_toolchain:toolchain
18+ build --cpu=stm32g4
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- workspace (name = "com_github_mjbots_fdcan_test " )
17+ workspace (name = "com_github_mjbots_fdcanusb " )
1818
19- BAZEL_VERSION = "5 .4.1"
20- BAZEL_VERSION_SHA = "5d90515f84b5ee1fd6ec22ee9e83103e77ed1a907ee5eec198fef3a5b45abf13 "
19+ BAZEL_VERSION = "7 .4.1"
20+ BAZEL_VERSION_SHA = "c97f02133adce63f0c28678ac1f21d65fa8255c80429b588aeeba8a1fac6202b "
2121
2222load ("//tools/workspace:default.bzl" , "add_default_repositories" )
2323
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ def mjlib_repository(name):
2020 github_archive (
2121 name = name ,
2222 repo = "mjbots/mjlib" ,
23- commit = "491e614b9795bf1b7acbf158100cb2d36e99716a " ,
24- sha256 = "f503543fbdafd525d1af3e483ab01f6739b69b48b022e3ebc6f7637e19c92711 " ,
23+ commit = "ec386ea442ad6dc4d597f4ca80d2317a6d0ec283 " ,
24+ sha256 = "b3ef858b7a0b7971fa1a2229a0481bfc8ddf0708a980c83f3885613e9e6ba7f6 " ,
2525 )
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ def rules_mbed_repository():
2020 github_archive (
2121 name = "com_github_mjbots_rules_mbed" ,
2222 repo = "mjbots/rules_mbed" ,
23- commit = "6a276d2ad4e2fe8a81438af4854d8d09d31b980b " ,
24- sha256 = "ef880dc1e8069aed2413b2761274e2b462cedb184d7740798a5b7a5adacc7217 " ,
23+ commit = "47c061f57e4ed7589ff6e851f2e77f045ce7811c " ,
24+ sha256 = "ae6f71b4981031e5537507b690d48701ff17bc01b203bb8ab3127ca344d631f4 " ,
2525 )
You can’t perform that action at this time.
0 commit comments