aboutsummaryrefslogtreecommitdiff
path: root/ci/srht/freebsd_script
AgeCommit message (Collapse)Author
2022-11-21CI: switch to GitHub ActionsAndrew Kelley
2022-10-29CI: update freebsd tarballAndrew Kelley
2022-10-27CI: make directory structure in releases consistentEric Joldasov
2022-10-22Revert "fix CI failures with commit "ci: make directory structure in ↵Andrew Kelley
releases consistent"" This reverts commit 54c8861bc4b6aa08a2252943c93317d91ef0bfa6. This caused CI failure.
2022-10-22fix CI failures with commit "ci: make directory structure in releases ↵Eric Joldasov
consistent"
2022-10-21Revert "ci: make directory structure in releases consistent"Andrew Kelley
This reverts commit 28054d96f0ed5280660811612732cb000f9c09e8. This caused CI failures.
2022-10-21ci: make directory structure in releases consistentEric Joldasov
2022-09-12update CI tarballs with libcxx fixAndrew Kelley
The main reason to update the CI tarballs is f79824f946995a050c261ee96a08e31ccf00a112 which fixes an issue that caused the CI to fail on all targets.
2022-09-12update CI tarballs for LLVM 15Andrew Kelley
2022-08-30CI: use absolute path for zig lib dirAndrew Kelley
Workaround for #12685
2022-08-29CI: pass explicit zig lib dir in lots of placesAndrew Kelley
see #12684 for motivation
2022-08-28CI: rework to account for new cmake behaviorAndrew Kelley
* CMakeLists: pass `-Dstrip` for release zig builds * pass -target and -mcpu to zig1. works around llvm on freebsd incorrectly detecting "freestanding" instead of "freebsd" for the native OS. * ci.ziglang.org is now responsible for creating aarch64-macos tarballs rather than Azure.
2022-08-19CI: use zig build to produce release artifactAndrew Kelley
For both macOS and FreeBSD.
2022-08-19CI: update freebsd tarballAndrew Kelley
This updates to a stage3 freebsd tarball.
2022-08-19build: make docs a separate step than testAndrew Kelley
2022-08-19make self-hosted the default compilerAndrew Kelley
stage1 is available behind the -fstage1 flag. closes #89
2022-07-08CI: update scripts to stage1 LLVM 14 tarballsAndrew Kelley
The previous tarballs were stage3 which is not quite ready for primetime yet.
2022-07-07CI: update scripts to new LLVM 14 tarballsAndrew Kelley
2022-07-04CI: update tarballs to LLVM 14Andrew Kelley
2022-06-30CI: update freebsd pkg install commandAndrew Kelley
2022-03-31CI: update CLI invokationAndrew Kelley
243afdcdf57d74a184784551aebe58062e5afc03 removed `-Dskip-compile-errors` and added `-Dskip-stage`.
2022-02-15CI: update macos and freebsd tarballsAndrew Kelley
2021-10-01ci: update tarballs for LLVM 13Andrew Kelley
NetBSD CI is disabled because it is not yet supported in zig-bootstrap. Once NetBSD has proper zig-bootstrap support, it can be re-enabled. Windows is not solved here yet; will be pushing a separate commit for that.
2021-07-28CI: enable stage2 behavior test coverageAndrew Kelley
2021-06-01ci: update x86_64-freebsd tarballAndrew Kelley
to llvm 12.0.1-rc1, and -DLLVM_ENABLE_ZLIB=FORCE_ON
2021-05-02ci: freebsd: use py38-s3cmdLuna
2021-04-15ci: freebsd: don't try to compile with zig ccAndrew Kelley
2021-04-15ci: better handle of -mcpuAndrew Kelley
2021-04-14ci: better target triple and mcpu cmake argsAndrew Kelley
2021-04-14ci: freebsd: set the target tripleAndrew Kelley
2021-04-14ci: freebsd: pass -DZIG_USE_LLVM_CONFIG=OFFAndrew Kelley
2021-04-14ci: freebsd: update to llvm 12Andrew Kelley
2021-01-01ci: fix `git describe`Jay Petacat
git describe is used for version string creation, but it had to be reverted in commit 69da6ba because it was broken in CI builds. Azure Pipelines and Drone perform shallow clones by default. This change reconfigures them to fetch history and tags. It adds tens of seconds, which is negligible compared to overall build and test time. Related: #6466, #6509, #7601
2020-12-31ci: freebsd: use py37-s3cmdLuna
2020-10-28ci: freebsd: skip non-native tests to save timeAndrew Kelley
2020-10-25ci: skip compile error tests on freebsd to save timeAndrew Kelley
2020-10-12CI: enable all the freebsd testsAndrew Kelley
2020-10-12disable the failing std lib freebsd testsAndrew Kelley
enable std lib freebsd tests on the CI See #1759
2020-10-12ci: update llvm 10 => 11Andrew Kelley
2020-09-29CI: TERM=dumb to source hutAndrew Kelley
2020-09-14ci: disable some freebsd tests to save timeAndrew Kelley
2020-09-14ci: use hut.lavatech.top for updating the download pageAndrew Kelley
2020-09-14ci: enable std lib tests for freebsdAndrew 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-05srht: workaround FreeBSD fiascoMichael Dusan