mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
build: bump freebsd version to 14.4 and build-deps to v2026.516.30821 (#5129)
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
matrix='{
|
||||
"include": [
|
||||
{
|
||||
"bsd_release": "14.3",
|
||||
"bsd_release": "14.4",
|
||||
"arch": "x86_64",
|
||||
"cmake_processor": "amd64",
|
||||
"runner": "ubuntu-latest"
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
# Add aarch64 build only if not a pull request event
|
||||
if [[ "${{ github.event_name }}" != "pull_request" ]]; then
|
||||
matrix=$(echo "$matrix" | jq '.include += [{
|
||||
"bsd_release": "14.3",
|
||||
"bsd_release": "14.4",
|
||||
"arch": "aarch64",
|
||||
"cmake_processor": "aarch64",
|
||||
"runner": "ubuntu-latest"
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
echo "$matrix" | jq .
|
||||
|
||||
build_freebsd:
|
||||
name: ${{ matrix.cmake_processor }}-${{ matrix.bsd_release }}
|
||||
name: ${{ matrix.cmake_processor }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup-matrix
|
||||
permissions:
|
||||
@@ -266,7 +266,7 @@ jobs:
|
||||
(steps.test_report.outcome == 'success')
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: coverage-FreeBSD-${{ matrix.bsd_release }}-${{ matrix.cmake_processor }}
|
||||
name: coverage-FreeBSD-${{ matrix.cmake_processor }}
|
||||
path: |
|
||||
build/coverage.xml
|
||||
build/tests/test_results.xml
|
||||
@@ -275,6 +275,6 @@ jobs:
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: build-FreeBSD-${{ matrix.bsd_release }}-${{ matrix.cmake_processor }}
|
||||
name: build-FreeBSD-${{ matrix.cmake_processor }}
|
||||
path: artifacts/
|
||||
if-no-files-found: error
|
||||
|
||||
@@ -199,10 +199,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- name: FreeBSD-14.3-amd64
|
||||
- name: FreeBSD-amd64
|
||||
coverage: true
|
||||
pr: true
|
||||
- name: FreeBSD-14.3-aarch64
|
||||
- name: FreeBSD-aarch64
|
||||
coverage: true
|
||||
pr: false
|
||||
- name: Linux-AppImage
|
||||
|
||||
Reference in New Issue
Block a user