diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-06-09 11:49:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-09 11:49:01 +0800 |
| commit | 6982c898c54bd0d5fee3a2e3b848280fae600274 (patch) | |
| tree | 6dda36fd6748cfcedcd095a52b8b33910927b88c /.github/parameters/setup-macports.yaml | |
| parent | b5c4fec2c0065311508aa1a268a8a4e510674dc5 (diff) | |
| parent | 0eda8b9851543e6d54e94ef151a98ff8515adbe8 (diff) | |
Add Windows x64 & macOS actions
Diffstat (limited to '.github/parameters/setup-macports.yaml')
| -rw-r--r-- | .github/parameters/setup-macports.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/parameters/setup-macports.yaml b/.github/parameters/setup-macports.yaml new file mode 100644 index 0000000000..ed8cd40acd --- /dev/null +++ b/.github/parameters/setup-macports.yaml @@ -0,0 +1,25 @@ +# Parameters for melusina-org/setup-macports. +# Listing ports here (rather than in a manual `port install` step) means the +# action installs them and they fall under its built-in installation cache, +# which is keyed on the macOS version + this file. Edit this list and the +# cache invalidates automatically. +# +# NOTE: no +universal variants. MacPorts' own guidance is that universal +# builds are poorly supported on Apple Silicon (apr-util fails to build that +# way). The runner is arm64 and we build the viewer arm64-only, so arm64 +# ports are correct and faster. +version: '2.11.5' +ports: + - name: 'cmake' + - name: 'pkgconfig' + - name: 'freealut' + - name: 'apr-util' + - name: 'boost188' + - name: 'glm' + - name: 'hunspell' + - name: 'freetype' + - name: 'minizip' + - name: 'nghttp2' + - name: 'openjpeg' + - name: 'libvorbis' + - name: 'xxhashlib' |
