aboutsummaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Collapse)Author
2020-03-22ci: workaround for apt.llvm.org packaging bugAndrew Kelley
2020-03-22ci: fix ubuntu package name for lldAndrew Kelley
2020-03-22ci: again fix the cache tarball URLsAndrew Kelley
2020-03-22ci: update cache tarball URLsAndrew Kelley
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-20ci: disable test-gen-h on sr.ht and droneAndrew Kelley
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-12ci: remove workaround for FreeBSD upstream bugAndrew Kelley
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-05Revert "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-05srht: workaround FreeBSD fiascoMichael Dusan
2020-03-04Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-03put FreeBSD CI in timeout for misbehaviorAndrew 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-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-14enable passing freebsd testsAndrew Kelley
See #3210 and #4455
2020-02-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-30ci: don't rely on sourcehut's pkg systemAndrew Kelley
2020-01-22ci: update to llvm 10Andrew Kelley
2020-01-16Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2019-12-20CI: update llvm apt sources to correct ubuntu versionAndrew 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-12ci: skip non native tests for aarch64Andrew Kelley
We've been hitting timeouts on this service. Once zig build gains parallel processing support, we can probably enable more tests.
2019-12-10ci: update macos to fresh llvm+clang tarball cacheAndrew Kelley
2019-12-02ci: update sr.ht to use alpine/latest, more reliableAndrew Kelley
2019-11-25ci: --no-mime-magicAndrew Kelley
2019-11-07ci: add srht oauth token to drone cloud scriptAndrew Kelley
2019-11-07ci: bump ubuntu from 16.04 to 18.04Andrew Kelley
2019-11-04ci: workaround PATH apparently not workingAndrew Kelley
2019-11-03ci: more fixes for update_download_page scriptAndrew Kelley
2019-11-03ci: work around pip install permission deniedAndrew Kelley
2019-11-03ci: hail mary running git.exe in the windows bat fileAndrew Kelley
2019-11-03ci: avoid leaking oauth access tokenAndrew Kelley
2019-11-03ci: use heredoc and alpine/edge for faster sr.ht jobAndrew Kelley
2019-11-03ci: stop assuming that azure will complete lastAndrew 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-26ci: disable test-compare-output on aarch64Andrew Kelley
2019-10-26ci: -Dskip-release for aarch64 to hit 1 hour time limitAndrew Kelley
2019-10-26ci: enable more passing tests on aarch64-linuxAndrew Kelley
2019-10-25ci: perform git config inside zig git repo dirAndrew Kelley
2019-10-25ci: force git name-rev to be 9 on all targetsAndrew Kelley
2019-10-24Merge branch 'ci-drone-cloud'Andrew Kelley
2019-10-24ci: add aarch64 to download pageAndrew Kelley
2019-10-24disable not working stuffAndrew Kelley
2019-10-24ci: build docs, fix PR logicAndrew Kelley
2019-10-24ci: use x86_64 namespaced docker imageAndrew 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-24ci: add s3 secrets to drone configAndrew Kelley
2019-10-24ci: drone tests only aarch64 with docker imageAndrew Kelley
2019-10-24disable static build for now until the docker image is readyAndrew Kelley
2019-10-24add Drone Cloud CI configurationAndrew Kelley
2019-10-16remove -DZIG_FORCE_EXTERNAL_LLD=ONAndrew Kelley
Looks like the patch we need is in llvm trunk, not llvm 9.
2019-10-16update CI script for windows static buildsAndrew Kelley
2019-10-13ci: use parallel msbuild.exe processes for faster building on windowsSahnvour