This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
hermetic_cc_toolchain
Watch
1
Fork
0
You've already forked hermetic_cc_toolchain
Code
Releases
Activity
fe1949388f
Branches
Tags
No results found.
hermetic_cc_toolchain
/
ci
/
test
5 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added Windows target testing
2022-05-29 16:35:18 +00:00
#!/bin/bash
windows tests: move tests, get rid of wine-binfmt This removes all other Bazel test commands, so all tests can be again tested with `bazel test ...`. Also, fixes linux-arm64 glibc tests. Until now they've worked only in CI. Now they work everywhere I tried.
2022-06-02 05:46:16 +00:00
set -xeuo pipefail
run bazel test This simplifies the tests somewhat.
2022-02-03 20:38:43 +00:00
[ci/test] set -c fastbuild Seems like it's not the default, unlike the docs say. Will investigate on why is that later.
2022-06-28 09:48:29 +00:00
bazel test --compilation_mode fastbuild ...
Copy Permalink