| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-21 | MSVC CI: run tests individually (#6751) | Frank Denis | |
| This slightly reduces the amount of peak RSS needed, buying us more time until stage2 is shipping. | |||
| 2020-10-14 | ci: macos: unset ZIG_LIBC before testing | Andrew Kelley | |
| otherwise cross compiling gets incorrectly affected by the environment variable. | |||
| 2020-10-14 | ci: macos: update to new cache tarball | Andrew Kelley | |
| This tarball contains LLVM, Clang, LLD, Zig, and libz.a for macOS. This is everything we need for the CI to produce a working Zig executable. | |||
| 2020-10-14 | ci: macos: take advantage of zig-bootstrap | Andrew Kelley | |
| 2020-10-12 | ci: macos: set the cross compile cmake option | Andrew Kelley | |
| This should avoid invoking llvm-config to work around a symbol not found inside libstdc++, and plus it's technically more correct anyway. | |||
| 2020-10-12 | ci: no space in vmImage I guess | Andrew Kelley | |
| 2020-10-12 | ci: update to macos 10.15 image | Andrew Kelley | |
| 2020-10-12 | CI: enable all the freebsd tests | Andrew Kelley | |
| 2020-10-12 | disable the failing std lib freebsd tests | Andrew Kelley | |
| enable std lib freebsd tests on the CI See #1759 | |||
| 2020-10-12 | ci: update llvm 10 => 11 | Andrew Kelley | |
| 2020-10-04 | ci: stop testing mingw builds | Andrew Kelley | |
| Zig supports both Linux and Windows natively. Those are the main use cases we are focusing on. Happy to accept mingw patches if they are non-invasive, but we will not be hampering progress on the main use cases with failing mingw CI builds. | |||
| 2020-10-04 | Revert back to original Win CI install script | Jakub Konka | |
| Since msys2/MSYS2-packages#2050 was fixed, we can now revert back to the original install script. Signed-off-by: Jakub Konka <kubkon@jakubkonka.com> | |||
| 2020-10-03 | ci: update azure msys base installer | Andrew Kelley | |
| hopefully resolves the CI failures | |||
| 2020-09-29 | CI: TERM=dumb to source hut | Andrew Kelley | |
| 2020-09-21 | ci: drop the cmake patch for linux | Andrew Kelley | |
| hopefully they've solved the polly plugin thing by now on apt.llvm.org. | |||
| 2020-09-16 | ci: undo mangled autocrlf files before building | Andrew Kelley | |
| 2020-09-16 | ci: disable git autocrlf | Andrew Kelley | |
| See also commit 2c8495b4bb261d440bc6d1a6b0415a64c8d99222 | |||
| 2020-09-16 | stage2: building glibc shared objects | Andrew Kelley | |
| * caching system: use 16 bytes siphash final(), there was a bug in the std lib that wasn't catching undefined values for 18 bytes. fixed in master branch. * fix caching system unit test logic to not cause error.TextBusy on windows * port the logic from stage1 for building glibc shared objects * add is_native_os to the base cache hash * fix incorrectly freeing crt_files key (which is always a reference to global static constant data) * fix 2 use-after-free in loading glibc metadata * fix memory leak in buildCRTFile (errdefer instead of defer on arena) | |||
| 2020-09-15 | ci: update the on_master_success secret to lavatech | Andrew Kelley | |
| 2020-09-14 | ci: disable some freebsd tests to save time | Andrew Kelley | |
| 2020-09-14 | ci: use hut.lavatech.top for updating the download page | Andrew Kelley | |
| 2020-09-14 | ci: enable std lib tests for freebsd | Andrew Kelley | |
| 2020-09-08 | ci: skip non native builds on windows to save time | Andrew Kelley | |
| 2020-08-31 | ci: skip compile error tests on Windows | Andrew Kelley | |
| We're up against the 6 hour limit so this is a time-saving workaround. Compile error tests are generally not OS-specific so the coverage from the other platforms should be sufficient. | |||
| 2020-08-14 | ci linux: bump qemu-5.1.0 | Michael Dusan | |
| 2020-07-25 | ci: update msys2 installer | Andrew Kelley | |
| 2020-07-24 | Use -c flag in all s3cmd occurrences on Win | Jakub Konka | |
| 2020-07-24 | Re-apply temp msys2 python fix | Jakub Konka | |
| Tweak `windows_upload` script to manually specify the config path to `s3cmd`. | |||
| 2020-07-24 | Refactor macOS build script in Azure | Jakub Konka | |
| We don't really want to rebuild the cache in Azure... | |||
| 2020-07-23 | ci: undo the recent changes. maybe upstream fixed it | Andrew Kelley | |
| 2020-07-23 | ci: looks like s3cmd wants a new path for the config file | Andrew Kelley | |
| Thanks Jakub Konka for exploring this. | |||
| 2020-07-22 | Add temporary fix to the CI on Win | Jakub Konka | |
| Here's the [thread](https://github.com/msys2/MSYS2-packages/issues/2050) for reference. | |||
| 2020-07-08 | ci: check langref.html for html errors | xackus | |
| 2020-06-24 | azure ci: install tar and xz with pacman | Andrew Kelley | |
| 2020-06-24 | azure-pipelines: fix msys2 install | Jonathan Marler | |
| 2020-06-08 | ci linux: bump qemu-5.0.0-49ee115552 | Michael Dusan | |
| update qemu to upstream with mremap patch | |||
| 2020-05-29 | [CI] Use ninja on Azura and Drone | Noam Preil | |
| 2020-05-18 | Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag ↵ | Jakub Konka | |
| otherwise | |||
| 2020-05-18 | Skip WASI tests in drone and on FreeBSD | Jakub Konka | |
| 2020-05-18 | Download and unpack wasmtime on Linux | Jakub Konka | |
| 2020-05-18 | Run WASI tests on Linux only | Jakub Konka | |
| 2020-05-02 | ci linux: bump qemu-5.0.0-z2 | Michael Dusan | |
| closes #5245 see https://github.com/ziglang/qemu-static/commit/1b41e31a5c013dea52774ba664230402eacbc75b | |||
| 2020-04-29 | ci linux: bump qemu 5.0.0-rc4 → 5.0.0 | Michael Dusan | |
| 2020-04-22 | ci: bump static-qemu 5.0.0-rc3 → 5.0.0-rc4 | Michael Dusan | |
| 2020-04-12 | added CI job for mingw | emekoi | |
| 2020-04-08 | ci: bump static-qemu 5.0.0-rc1 → 5.0.0-rc2 | Michael Dusan | |
| 2020-04-02 | use static-qemu linux-x86_64 tarball | Michael Dusan | |
| - no longer install qemu via apt-get - wget hosted tarball, extract and prepend to path | |||
| 2020-03-31 | ci: export master branch version for update-download-page | Andrew Kelley | |
| 2020-03-27 | ci: Delete workaround for #4822 | LemonBoy | |
| 2020-03-26 | ci: fix aarch64 linux | Andrew Kelley | |
| This patch adds a workaround for #4822, disables one failing langref example, and enables the rest of the test suite. You win some, you lose some. | |||
