aboutsummaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Expand)Author
2023-04-06CI: disable reproducibility check on x86_64-macosAndrew Kelley
2023-04-06CI: update aarch64-macos tarballAndrew Kelley
2023-04-06CI: update x86_64-macos tarballs to llvm 16.0.1Andrew Kelley
2023-03-17CI: update macos tarball to llvm 16.0.0-rc4Andrew Kelley
2023-03-16Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-15build.zig: install the langref to $prefix/doc/langref.htmlAndrew Kelley
2023-03-15CI: take advantage of zig build concurrencyAndrew Kelley
2023-03-15CI: use -j1 like a cowardAndrew Kelley
2023-03-09CI: more aggressively check zig1 bootstrappingAndrew Kelley
2023-03-04update CI tarballs to LLVM16Andrew Kelley
2023-02-27Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-21Update std.Build to new module CLI, update zig1 and CMakeListsmlugg
2023-02-03Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-01-29CI: update tarballs to LLVM 16.0.0-rc1Andrew Kelley
2023-01-29cbe: fixes for tls, support for not linking libc, and enabling testskcbanner
2023-01-23ci: don't run the -msvc cbe tests with the zig test runnerkcbanner
2023-01-23ci: fixup incorrect pathskcbanner
2023-01-23ci: update windows debug ci as wellkcbanner
2023-01-23ci: explicitly test the CBE tests with the -msvc abi, as this is the path use...kcbanner
2023-01-22update CI tarball for macosAndrew Kelley
2023-01-22CI: also test x86_64-macos with a debug zig compilerAndrew Kelley
2023-01-17CI: additionally test debug builds on WindowsAndrew Kelley
2023-01-13ci: run the behaviour tests using the cbe and msvckcbanner
2022-12-30ci: remove extra whitespaceManlio Perillo
2022-12-27CI: update x86_64 and aarch64 LLVM tarballs with assertions enabledAndrew Kelley
2022-12-21Revert "CI: workaround git bug regarding changed attributes"Andrew Kelley
2022-12-18CI: workaround git bug regarding changed attributesAndrew Kelley
2022-12-16enable testing for stage3 and stage4 being byte-for-byte identicalJakub Konka
2022-12-14CI: fix path to langref when running tidyAndrew Kelley
2022-12-13CI: override cache folders on aarch64-windowsAndrew Kelley
2022-12-10CMake: add workaround for CMAKE_AR not supporting spacesAndrew Kelley
2022-12-10CI: add aarch64-windows coverageAndrew Kelley
2022-12-08CI: test updating the wasm binaryAndrew Kelley
2022-12-07CI: windows: fix zig lib dir pathAndrew Kelley
2022-12-07Revert "CI: revert windows script to master branch version"Jacob Young
2022-12-06CI: revert windows script to master branch versionAndrew Kelley
2022-12-06CI: aarch64-macos tarball patchAndrew Kelley
2022-12-06CI: don't pass -Denable-stage1 when building stage4Andrew Kelley
2022-12-06CI: update tarballsAndrew Kelley
2022-12-06CI: use a patched tarballAndrew Kelley
2022-12-06CI: make Windows build from source like everybody elseAndrew Kelley
2022-12-04CI: use cache directories local to the CI runAndrew Kelley
2022-12-02CI: update tarballs to 0.11.0-dev.448+e6e459e9eAndrew Kelley
2022-12-01CI: add aarch64-linux-debug job and flatten dirsAndrew Kelley
2022-11-30LLVM: fix canElideLoad behavior with loopsAndrew Kelley
2022-11-29Revert "ci: add markers for collapsing log sections in GH web UI"Loris Cro
2022-11-29ci: add markers for collapsing log sections in GH web UILoris Cro
2022-11-29Merge pull request #13625 from kcbanner/windows_disable_symlink_testsJakub Konka
2022-11-26CI: move some stuff to the website repoAndrew Kelley
2022-11-26test-link: add -Denable-symlinks-windows to opt-in to using symlinkskcbanner