Skip to content

Commit

Permalink
chore: remap path prefix for reproducible builds (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 23, 2024
1 parent 2c1a00f commit a40439b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
cargo --locked auditable tauri android build
env:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/27.0.11902837
RUSTFLAGS: "--remap-path-prefix ${{ github.workspace }}=/static-placeholder"

- name: 🔑 Extract android signing key from env (publish only)
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
uses: tauri-apps/tauri-action@8c3e0753aa015d00d03631d6d4f64ad59489251d # v0.5.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTFLAGS: "--remap-path-prefix ${{ github.workspace }}=/static-placeholder"
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
Expand Down

0 comments on commit a40439b

Please sign in to comment.