Skip to content

Commit

Permalink
build: update to llvm18
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Jul 9, 2024
1 parent 3d7727d commit 2a4eb7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Add Flathub Beta remote
run: |
flatpak --user remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
# flatpak install --user -y flathub-beta org.freedesktop.Sdk.Extension.rust-stable//23.08beta org.freedesktop.Sdk.Extension.llvm16//23.08beta
flatpak install --user -y flathub-beta org.freedesktop.Sdk.Extension.rust-stable//24.08beta org.freedesktop.Sdk.Extension.llvm18//24.08beta
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: eyedropper.flatpak
Expand Down
6 changes: 3 additions & 3 deletions build-aux/com.github.finefindus.eyedropper.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm16"
"org.freedesktop.Sdk.Extension.llvm18"
],
"command": "eyedropper",
"finish-args": [
Expand All @@ -17,7 +17,7 @@
"--env=RUST_BACKTRACE=1"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm16/bin",
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm18/bin",
"build-args": [
"--share=network"
],
Expand Down Expand Up @@ -60,4 +60,4 @@
]
}
]
}
}

0 comments on commit 2a4eb7f

Please sign in to comment.