Commit Graph

7 Commits

Author SHA1 Message Date
Rob Landley
c391d4fab3 Elliott suggested we revert c45e800803 because it hasn't run once
since we did that.
2023-07-20 14:07:36 -05:00
Elliott Hughes
c45e800803 Enable ASan for github CI.
Untested (because I don't know how to test such changes without merging
them), but seems plausible based on the documentation at
https://docs.github.com/en/actions/learn-github-actions/variables#about-environment-variables
2023-07-11 00:54:50 -05:00
Elliott Hughes
f616302126 Apparently macOS-12.4 isn't an option.
But it's not an _error_ --- github just waits forever for a runner
to be available? Anyway, from
https://github.blog/changelog/2022-04-25-github-actions-public-beta-of-macos-12-for-github-hosted-runners-is-now-available/
it looks like `macos-12` should work.

There's also `macos-latest`, but it sounds like that's still
`macos-11` atm, so although we should probably come back and switch
to that, it's a bit early yet.

Although we could switch to `macos-latest` but explicitly say that
we need the homebrew coreutils installed?
2022-06-02 17:14:19 -05:00
Elliott Hughes
a7bb09559f Switch the github macOS CI over to 12.4, which is current.
Needed because the build now relies on `readlink -f`, but I don't
think we really care about old versions of macOS anyway, since Mac
users upgrade pretty quickly? It's a bit odd that the _current_
version wasn't being tested in CI, but macOS 10.15 did still make
some sense because it's the oldest version that's still getting
security updates.
2022-06-02 09:51:15 -05:00
Elliott Hughes
07beb38160 The VERBOSE= behavior changed a while ago.
Update the documentation and github CI actions (seeing all failures on
github makes sense because most people looking at failing Darwin test
runs there won't be able to reproduce locally for lack of a Mac).
2021-09-26 15:46:07 -05:00
Eric Molitor
3e535f2f31 Add MacOS 11.0 to CI Builds 2020-12-25 01:51:58 -06:00
Eric Molitor
9e02426347 Add github action support to build with MacOS and Ubuntu * Builds at 02:00 each day * Builds on each push 2020-06-27 03:07:15 -05:00