| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-22 | ci: workaround for apt.llvm.org packaging bug | Andrew Kelley | |
| 2020-03-22 | ci: fix ubuntu package name for lld | Andrew Kelley | |
| 2020-03-22 | ci: again fix the cache tarball URLs | Andrew Kelley | |
| 2020-03-22 | ci: update cache tarball URLs | Andrew Kelley | |
| 2020-03-22 | Merge remote-tracking branch 'origin/master' into llvm10 | Andrew Kelley | |
| 2020-03-20 | ci: disable test-gen-h on sr.ht and drone | Andrew Kelley | |
| 2020-03-13 | Merge remote-tracking branch 'origin/master' into llvm10 | Andrew Kelley | |
| 2020-03-12 | ci: remove workaround for FreeBSD upstream bug | Andrew Kelley | |
| 2020-03-07 | Merge remote-tracking branch 'origin/master' into llvm10 | Andrew Kelley | |
| 2020-03-05 | Revert "put FreeBSD CI in timeout for misbehavior" | Andrew Kelley | |
| This reverts commit c0c9303bd63468afe146ad729cf963ee06a1777f. Thanks to commit c08444b33ff49981cd0a39cced479e2197dc4fd7 we can now re-enable FreeBSD in the CI. | |||
| 2020-03-05 | srht: workaround FreeBSD fiasco | Michael Dusan | |
| 2020-03-04 | Merge remote-tracking branch 'origin/master' into llvm10 | Andrew Kelley | |
| 2020-03-03 | put FreeBSD CI in timeout for misbehavior | Andrew Kelley | |
| FreeBSD is dealing with some weird upstream bug right now. We can try to re-enable this when it is fixed. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244549 very naughty | |||
| 2020-02-25 | Merge remote-tracking branch 'origin/master' into llvm10 | Andrew Kelley | |
| 2020-02-14 | enable passing freebsd tests | Andrew Kelley | |
| See #3210 and #4455 | |||
| 2020-02-03 | Merge remote-tracking branch 'origin/master' into llvm10 | Andrew Kelley | |
| 2020-01-30 | ci: don't rely on sourcehut's pkg system | Andrew Kelley | |
| 2020-01-22 | ci: update to llvm 10 | Andrew Kelley | |
| 2020-01-16 | Merge remote-tracking branch 'origin/master' into llvm10 | Andrew Kelley | |
| 2019-12-20 | CI: update llvm apt sources to correct ubuntu version | Andrew Kelley | |
| In the pipelines.yml file we request Ubuntu 18.04 Bionic Beaver, but in the script we were still using the Xenial apt.llvm.org sources. | |||
| 2019-12-12 | ci: skip non native tests for aarch64 | Andrew Kelley | |
| We've been hitting timeouts on this service. Once zig build gains parallel processing support, we can probably enable more tests. | |||
| 2019-12-10 | ci: update macos to fresh llvm+clang tarball cache | Andrew Kelley | |
| 2019-12-02 | ci: update sr.ht to use alpine/latest, more reliable | Andrew Kelley | |
| 2019-11-25 | ci: --no-mime-magic | Andrew Kelley | |
| 2019-11-07 | ci: add srht oauth token to drone cloud script | Andrew Kelley | |
| 2019-11-07 | ci: bump ubuntu from 16.04 to 18.04 | Andrew Kelley | |
| 2019-11-04 | ci: workaround PATH apparently not working | Andrew Kelley | |
| 2019-11-03 | ci: more fixes for update_download_page script | Andrew Kelley | |
| 2019-11-03 | ci: work around pip install permission denied | Andrew Kelley | |
| 2019-11-03 | ci: hail mary running git.exe in the windows bat file | Andrew Kelley | |
| 2019-11-03 | ci: avoid leaking oauth access token | Andrew Kelley | |
| 2019-11-03 | ci: use heredoc and alpine/edge for faster sr.ht job | Andrew Kelley | |
| 2019-11-03 | ci: stop assuming that azure will complete last | Andrew Kelley | |
| Each of the 3 CI services now trigger a sr.ht build via the on_master_success script. The sr.ht build checks if all builds have completed successfully by trying to download the JSON file for the particular version. If all builds have completed successfully then this sr.ht job will update the download page. | |||
| 2019-10-26 | ci: disable test-compare-output on aarch64 | Andrew Kelley | |
| 2019-10-26 | ci: -Dskip-release for aarch64 to hit 1 hour time limit | Andrew Kelley | |
| 2019-10-26 | ci: enable more passing tests on aarch64-linux | Andrew Kelley | |
| 2019-10-25 | ci: perform git config inside zig git repo dir | Andrew Kelley | |
| 2019-10-25 | ci: force git name-rev to be 9 on all targets | Andrew Kelley | |
| 2019-10-24 | Merge branch 'ci-drone-cloud' | Andrew Kelley | |
| 2019-10-24 | ci: add aarch64 to download page | Andrew Kelley | |
| 2019-10-24 | disable not working stuff | Andrew Kelley | |
| 2019-10-24 | ci: build docs, fix PR logic | Andrew Kelley | |
| 2019-10-24 | ci: use x86_64 namespaced docker image | Andrew Kelley | |
| I took a risk that docker had implemented namespacing with regards to architectures correctly, but of course they didn't. So the CI docker image for x86_64 was clobbered by an aarch64 image with the same name. Now we're doing arch namespaces with the tag name, so here's the x86_64 one. | |||
| 2019-10-24 | ci: add s3 secrets to drone config | Andrew Kelley | |
| 2019-10-24 | ci: drone tests only aarch64 with docker image | Andrew Kelley | |
| 2019-10-24 | disable static build for now until the docker image is ready | Andrew Kelley | |
| 2019-10-24 | add Drone Cloud CI configuration | Andrew Kelley | |
| 2019-10-16 | remove -DZIG_FORCE_EXTERNAL_LLD=ON | Andrew Kelley | |
| Looks like the patch we need is in llvm trunk, not llvm 9. | |||
| 2019-10-16 | update CI script for windows static builds | Andrew Kelley | |
| 2019-10-13 | ci: use parallel msbuild.exe processes for faster building on windows | Sahnvour | |
