David Adam
80d53b129f
macOS codesigning: use stable Rust
...
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / clippy (push) Waiting to run
The apple-codesign crate has a fairly aggressive MSRV policy, and the
compiler itself still targets 10.12 which is well below the minimum
version of macOS for aarch64. Just use stable.
2024-12-18 23:38:13 +08:00
Peter Ammon
fbf0ad98af
Build macOS x86-64 with Rust 1.73.0 in make_pkg.sh
...
make test / macos (push) Waiting to run
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Lock threads / lock (push) Has been cancelled
This retains compatibility with macOS 10.9.
Note that Apple Silicon Macs shipped with 10.15, so compatibility for Apple
Silicon is not a concern.
2024-10-13 14:36:02 -07:00
Peter Ammon
925382dc3e
Make make_pkg.sh create fat binaries again on macOS
2024-07-07 14:53:17 -07:00
Peter Ammon
96c5139254
Build, codesign, and notarize macOS packages in CI
...
This adds a new workflow and script to build macOS packages in GitHub CI.
It also adds some documentation for the process.
2024-07-05 17:29:28 -07:00
Peter Ammon
e67ffc1a3b
Revert accidentally pushed commits
...
This reverts commit 81de0ee97b
.
This reverts commit b4450f0ee5
.
This reverts commit d5a128d342
.
This reverts commit 580028816c
.
2024-07-04 19:01:11 -07:00
Peter Ammon
81de0ee97b
try 1.79
2024-07-04 18:52:21 -07:00
Peter Ammon
b4450f0ee5
more
2024-07-04 18:08:22 -07:00
Peter Ammon
d5a128d342
more
2024-07-04 17:21:54 -07:00