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
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 23:33:53 +03: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 08:46:16 +03:00
set -xeuo pipefail
run bazel test This simplifies the tests somewhat.
2022-02-03 22:38:43 +02:00
ci/test: switch to proper fastbuild turns out this was overwritten in .bazelrc from a long time ago.
2022-06-28 13:34:02 +03:00
bazel test ...
Copy Permalink