Motiejus Jakštys
27fe6c9ffb
wip macos
...
motiejus@mtwork:/code/bazel-zig-cc$ bazel build --spawn_strategy=local --platforms @zig_sdk//libc_aware/platform:macos_aarch64_sdk.13.1 test/c:which_libc
INFO: Analyzed target //test/c:which_libc (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
Target //test/c:which_libc up-to-date:
bazel-bin/test/c/which_libc
INFO: Elapsed time: 0.071s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
motiejus@mtwork:/code/bazel-zig-cc$ file bazel-bin/test/c/which_libc
bazel-bin/test/c/which_libc: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>
motiejus@mtwork:/code/bazel-zig-cc$
2023-03-29 13:22:10 +03:00
Motiejus Jakštys
af9360366b
More CI ( #3 )
...
- ci only: use a separate zig cache dir for each run
- use `tools/bazel` everywhere.
- remove arm64 tests. They don't give enough value to be worth the
brittle environment.
- remove windows execution, except for launcher. Ditto. I will probably
bring them back.
2023-03-06 17:32:48 +02:00
Motiejus Jakštys
c5e3c25015
tests: add linux_arm64_musl, simplify BUILD
2022-10-03 16:24:59 +03:00
Motiejus Jakštys
c9d2442143
tests: remove linux_amd64_gnu.2.31
...
It does not add anything beyond linux_amd64_gnu.2.28.
2022-10-03 06:48:12 +03:00
Motiejus Jakštys
3ac217e2cc
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-06 10:33:46 +03:00
Fabian Hahn
6f2ae838cd
added Windows target testing
2022-06-02 05:27:22 +03:00
Motiejus Jakštys
418b589ed2
example transitions only change platforms, leave toolchains for WORKSPACE
2022-04-18 12:40:17 +03:00
laurynasl
4d65b80903
Add libc constraint and libc aware toolchains
...
- Also get rid of @bazel_skylib dependency
2022-04-14 14:29:06 +00:00
b826ad9439
downgrade glibc to 2.19 and update README
2021-06-07 23:17:19 +03:00
c449706594
split go and c examples
2021-06-07 22:56:15 +03:00