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
8b5c41e409
Branches
Tags
No results found.
hermetic_cc_toolchain
/
ci
/
test
5 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
misc: use /usr/bin/env in scripts This patch continues the work to support NixOS and others non-FHS distributions by replacing instances of `/bin/bash` with `/usr/bin/env bash`, which works correctly in more systems than the former. Signed-off-by: Luis Holanda <luiscmholanda@gmail.com>
2022-07-27 20:33:53 +00:00
#!/usr/bin/env 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: switch to proper fastbuild turns out this was overwritten in .bazelrc from a long time ago.
2022-06-28 10:34:02 +00:00
bazel test ...
Copy Permalink