Skip to content

Cachyos fastpath#5312

Closed
vindeckyy wants to merge 25 commits into
LizardByte:masterfrom
vindeckyy:cachyos-fastpath
Closed

Cachyos fastpath#5312
vindeckyy wants to merge 25 commits into
LizardByte:masterfrom
vindeckyy:cachyos-fastpath

Conversation

@vindeckyy

@vindeckyy vindeckyy commented Jun 21, 2026

Copy link
Copy Markdown

No description provided.

options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
tar czf ../sunshine-cachyos-linux-x86_64.tar.gz sunshine

- name: Upload as release asset
uses: softprops/action-gh-release@v2
name: macOS x86_64
runs-on: macos-13
steps:
- uses: actions/checkout@v4
cp build/sunshine stage/Sunshine.app/Contents/MacOS/sunshine
cd stage && tar czf ../sunshine-macos-x86_64.tar.gz Sunshine.app
- name: Upload
uses: softprops/action-gh-release@v2
name: macOS arm64
runs-on: macos-14
steps:
- uses: actions/checkout@v4
cp build/sunshine stage/Sunshine.app/Contents/MacOS/sunshine
cd stage && tar czf ../sunshine-macos-arm64.tar.gz Sunshine.app
- name: Upload
uses: softprops/action-gh-release@v2
run:
shell: pwsh
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up MSVC
uses: ilammy/msvc-dev-cmd@v1
run: |
Compress-Archive -Path build/sunshine.exe, build/assets -DestinationPath sunshine-windows-x86_64.zip
- name: Upload
uses: softprops/action-gh-release@v2
default: 'manual-cachyos-fastpath'

permissions:
contents: write # needed to create the release and upload assets
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
26 New issues
10 New Vulnerabilities (required ≤ 0)
C Security Rating on New Code (required ≥ A)
C Reliability Rating on New Code (required ≥ A)
2 New Bugs (required ≤ 0)
14 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants