1
Fork 0
Commit Graph

169 Commits (main)

Author SHA1 Message Date
Motiejus Jakštys 8b7597f4a1 Update release notes for v0.7.3 2022-06-01 11:51:40 +03:00
Motiejus Jakštys f6440f8cf0 README: clarify video link 2022-05-25 15:20:12 +03:00
Motiejus Jakštys 1f8b1e4dd8 README: publicity section 2022-05-25 15:18:28 +03:00
Motiejus Jakštys 583ef5e55b README: update `darwin_amd64` description 2022-05-18 10:45:22 +03:00
Motiejus Jakštys 7d5fb880c8 Update release notes for v0.7.2 2022-05-17 15:05:50 +03:00
Motiejus Jakštys d0c50b9544 [README] clarify binfmt_misc configuration 2022-05-06 09:50:53 +03:00
Motiejus Jakštys e40d48ab6e [readme] fix an internal link 2022-05-06 09:47:59 +03:00
Motiejus Jakštys 4dc947c012 Update release notes for v0.7.1 2022-05-05 15:23:39 +03:00
Motiejus Jakštys 9ce21b5276 [zig ld] --gc-sections workaround + tests
`zig cc` emits `--gc-sections` for the linker, which is incompatbile
with what CGo thinks about linking.

This commit adds a workaround: it will add `--no-gc-sections` to the
linking step if the command is not specified (falling back to the
default behavior of gcc/clang).

Related: https://github.com/golang/go/issues/52690
2022-05-05 13:36:58 +03:00
Motiejus Jakštys b48e1a62ee [doc] add binfmt_misc 2022-04-21 08:49:28 +03:00
Motiejus Jakštys 0e62918e88 README updates
- more robust transient docker environment
- clarify platform vs subset
2022-04-21 08:47:29 +03:00
Motiejus Jakštys 160de46269 Update release notes for v0.7.0 2022-04-20 12:37:27 +03:00
Motiejus Jakštys 0c02a827ae README prose, the way I understand it 2022-04-18 11:42:13 +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
laurynasl 7a81e2a129 Restructure tests to all run in bazel
- add rules to run tests for a specific platform
- use downloaded buildifier
- move lint to a script
- rename ci tasks
- stop running under qemu-aarch64-static as it doesn't do anything
2022-04-14 10:47:02 +00:00
Motiejus Jakštys 8cc0979847 Update release notes for v0.6.1 2022-04-09 00:09:17 +03:00
Motiejus Jakštys 6a6af239a5 Update release notes for v0.6.0 2022-04-07 14:39:47 +03:00
Motiejus Jakštys 43cb9856ea remove note about 'next' branch
will not make it special.
2022-04-07 14:39:22 +03:00
Motiejus Jakštys 56daeaf6c0 Merge branch 'next' 2022-04-07 14:37:08 +03:00
Motiejus Jakštys 4574ea0c3a add a note about next branch 2022-04-07 12:50:45 +03:00
laurynasl 723e6f051d Move toolchainss under @zig_sdk//platform: 2022-04-07 12:43:34 +03:00
laurynasl dd76e0b76f move platforms under @zig_cc//platform: 2022-04-07 12:43:34 +03:00
Motiejus Jakštys 7a0c00952e Update release notes for v0.5.0 2022-03-18 06:52:14 +01:00
Motiejus Jakštys 2895f0c2bf replace `url_format` with `url_formats` 2022-03-18 05:44:22 +01:00
Motiejus Jakštys e89233cab2 README nit: flip -y argument 2022-02-11 07:45:01 +02:00
Motiejus Jakštys c4cc66961b Update release notes for v0.4.5 2022-02-11 06:31:00 +02:00
Motiejus Jakštys 8e72cf89ec [readme] update bazel-test for aarch64 2022-02-08 14:42:32 +02:00
Motiejus Jakštys 84b5fa6dc8 [readme] update obsolete section 2022-02-08 14:41:35 +02:00
Motiejus Jakštys 90ceb2f896 [readme] fix aarch64 aliases 2022-02-08 14:39:29 +02:00
Motiejus Jakštys 3325986971 recommend registering toolchains via .bazelrc 2022-02-08 14:09:30 +02:00
Motiejus Jakštys 0cc6ce2a5b [readme] toolchain grep and qemu-static
... so it matches what's in the CI.
2022-02-05 11:49:57 +02:00
Motiejus Jakštys 1102b261bd [readme] more examples 2022-02-05 11:16:16 +02:00
Motiejus Jakštys a0a36f5c70 Update release notes for v0.4.4 2022-02-05 06:55:47 +02:00
Motiejus Jakštys ebbf499208 move golang tests to its own directory
this prepares for more test binaries.
2022-02-03 15:24:26 +02:00
Motiejus Jakštys bcd9731f92 add @zig_sdk//:<os>_<arch>_platform values 2022-02-03 14:24:26 +02:00
Motiejus Jakštys 6136c7059f Update release notes for v0.4.3 2022-02-02 15:25:07 +02:00
Motiejus Jakštys d7a47c7349 README: --extra_toolchains and --platform 2022-02-02 15:11:10 +02:00
Motiejus Jakštys 79913bff3b Update release notes for v0.4.2 2022-01-27 11:15:04 +02:00
Motiejus Jakštys f71449c883 Update release notes for v0.4.1 2022-01-26 06:17:04 +02:00
Motiejus Jakštys 77e7fc857e update README re. UBSAN
Also reorder the code snippets. I wasn't able to fix the relnotes
script to take the reordering into account.
2022-01-26 06:15:42 +02:00
Motiejus Jakštys 1d9f8c41c1 [readme] add a note about .bazelrc 2022-01-25 11:56:03 +02:00
Motiejus Jakštys 2acf0f6e45 [readme] github.com/ziglang/zig/issues/10386 is now fixed 2022-01-17 17:17:14 +02:00
Motiejus Jakštys c4f239111d Update release notes for v0.4.0 2022-01-17 16:29:08 +02:00
Motiejus Jakštys 7fea8449b4 add a known issue 2021-12-22 14:37:43 +02:00
Motiejus Jakštys 0b72ac4335 revert suggested upgrade
CI fails.
2021-12-22 11:08:45 +02:00
Motiejus Jakštys 37ba0d5523 Update release notes for v0.4.0 2021-12-22 10:52:44 +02:00
Motiejus Jakštys dea3c74151 update README again 2021-12-22 10:52:15 +02:00
Motiejus Jakštys aaf3fcaf65 update README 2021-12-22 10:46:49 +02:00
Motiejus Jakštys 0601dd2ba6 [README] shorten issue name 2021-12-16 14:13:00 +02:00
Motiejus Jakštys 00d986e151 no more known high severity issues! 2021-12-15 15:04:22 +02:00
Motiejus Jakštys 9f97dcd304 Update release notes for v0.4.0-rc2 2021-12-15 13:59:20 +02:00
Motiejus Jakštys defadc56a5 clarify comms 2021-12-13 09:17:18 +02:00
Motiejus Jakštys a494c95498 Update release notes for v0.4.0-rc1 2021-12-13 04:09:02 +02:00
Motiejus Jakštys 6328b0702a libc6: upgrade to 2.28
Debian Jessie (with glibc 2.19) is no longer important nor interesting;
the lowest common denominator is now buster.
2021-12-09 12:50:35 +02:00
Motiejus Jakštys 5224f13a3a [README] clang is now 13 2021-12-09 12:48:28 +02:00
Motiejus Jakštys 70851894b1 Update release notes for v0.3.4 2021-12-09 10:47:25 +02:00
Motiejus Jakštys 8249ef899d README: fix task title 2021-12-09 10:42:45 +02:00
Motiejus Jakštys ac719cecca fix link 2021-12-09 10:41:17 +02:00
Motiejus Jakštys 5c945ac3cb update README
- close finished tasks.
- mention sysroot.
- add a todo/roadmap.
2021-12-09 10:40:04 +02:00
Motiejus Jakštys f899768c1b registering 2 more issues 2021-12-08 12:47:41 +02:00
Motiejus Jakštys 85e96bc40f closing #9431 2021-12-07 20:26:59 +02:00
Motiejus Jakštys 077e710a96 Update README, so we have a commit 2021-12-07 13:26:03 +02:00
Motiejus Jakštys 93bb7451f2 [README] fix file names 2021-12-07 12:01:14 +02:00
Motiejus Jakštys 90fddbcf46 Update release notes for v0.3.3 2021-12-06 08:20:01 +02:00
Motiejus Jakštys b1a2efb85f remove flock workaround
- Task #9431 (#9439) is in progress.
- The issue sometimes happened on Linux.

Therefore, remove the flock workaround.
2021-12-06 07:53:22 +02:00
Motiejus Jakštys 361fc42b2e [README] add contribution guidelines 2021-11-10 09:21:58 +02:00
Motiejus Jakštys 22b5d3e8e3 Update README with rules_go workaround
It will be better advertised/documented after it's tested with
`go_binary`, `go_library` and `go_test`.
2021-11-05 19:49:24 +02:00
Mantas Jonaitis 523943bd35 2021-11-05 19:29:07 +02:00
Motiejus Jakštys 68f67edb2d [README] update "transient docker environment" instructions
wget was replaced with direnv; and it's too old in buster (does not have
`fetchurl`).
2021-10-20 16:05:06 +03:00
Motiejus Jakštys fc1627ed53 Update release notes for v0.3.2 2021-10-20 08:13:39 +03:00
Motiejus Jakštys f6016ab830 upgrade zig to 0.9.0-dev.1414+cde3dd365 2021-10-20 07:54:01 +03:00
Motiejus Jakštys 356919d6f4 clarify README re. un-triaged task. 2021-10-20 07:47:54 +03:00
Motiejus Jakštys fec6c9adbd update README: add another issue and credits 2021-10-20 07:31:40 +03:00
Motiejus Jakštys f77c20383c Update release notes for 0.3.1 2021-10-18 15:46:18 +03:00
Motiejus Jakštys 6aefb1017b update README subject 2021-08-17 07:21:21 +03:00
Motiejus Jakštys e69c36f1a8 register another high-severity issue 2021-08-12 19:17:53 +03:00
Motiejus Jakštys 6e345e0a9b add credits 2021-08-11 13:36:18 +03:00
Motiejus Jakštys 4acc79b24b add issue severity 2021-08-11 13:33:32 +03:00
Motiejus Jakštys adf744a264 lint README 2021-08-11 11:45:25 +03:00
Motiejus Jakštys ec06ae1893 bump toolchain version in README 2021-08-11 09:52:06 +03:00
Motiejus Jakštys 0570ac719e add another point to the known issues 2021-08-11 09:51:20 +03:00
Motiejus Jakštys fb24b08fd5 update readme 2021-08-11 09:44:30 +03:00
Motiejus Jakštys f390b882b9 update README, again 2021-08-11 09:43:13 +03:00
Motiejus Jakštys f86bc5a381 update README 2021-08-11 09:40:16 +03:00
Motiejus Jakštys 3e7f92cea5 unregister default toolchains; update README 2021-08-11 09:37:54 +03:00
Motiejus Jakštys 62849afc7a update README 2021-08-06 17:21:02 +03:00
Motiejus Jakštys 58b041135a it's for everyone 2021-08-06 16:35:48 +03:00
Motiejus Jakštys edf6942947 formatting 2021-08-06 14:45:26 +03:00
Motiejus Jakštys dda9d4cc0d update hermetic container instructions 2021-08-06 14:43:50 +03:00
Motiejus Jakštys 907f56a155 add onboarding instructions 2021-08-06 14:33:30 +03:00
Motiejus Jakštys c33d28f4f9 update README 2021-08-06 14:30:25 +03:00
Motiejus Jakštys a58e58c175 update README 2021-08-05 12:24:26 +03:00
Motiejus Jakštys 4667068ceb add a known issue 2021-07-21 19:37:55 +03:00
Motiejus Jakštys d67a5e8514 update zig
should stop hanging
2021-07-02 12:32:50 +03:00
Motiejus Jakštys 0944357d54 --extra_toolchains also needs to know the platform 2021-06-20 15:00:17 +03:00
Motiejus Jakštys f6f6be1b88 update README 2021-06-19 16:47:48 +03:00
Motiejus Jakštys a3606b7404 register only gnu toolchain by default
musl can be specified with --extra_toolchains.
2021-06-19 16:32:07 +03:00
Motiejus Jakštys e94447bd83 update readme 2021-06-19 12:17:58 +03:00
Motiejus Jakštys 6f81502d61 update link in readme 2021-06-17 12:42:59 +03:00
Motiejus Jakštys e6f16d2b11 [README] update arch list 2021-06-17 12:42:25 +03:00