-
Notifications
You must be signed in to change notification settings - Fork 18
fix CI issues #2283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
fix CI issues #2283
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
aebc17e
Update flake.nix
rouzwelt 2626597
Update tauri.yaml
rouzwelt 920f36c
Update tauri.yaml
rouzwelt 0b71adf
Update flake.nix
rouzwelt 2428163
Update tauri.yaml
rouzwelt 124b209
Update npm-package-release.yml
rouzwelt 0235efe
Update npm-package-release.yml
rouzwelt c75b2a6
update
rouzwelt ea38e24
Update npm-package-release.yml
rouzwelt 2ee8d5f
Update npm-package-release.yml
rouzwelt cc92274
Update npm-package-release.yml
rouzwelt a2e1f38
Merge branch 'main' into 2025-10-30-fix-macos-tauri-build
rouzwelt d17af3c
Update npm-package-release.yml
rouzwelt e30e406
Update npm-package-release.yml
rouzwelt 90bc24c
Merge branch 'main' into 2025-10-30-fix-macos-tauri-build
rouzwelt 952b3f6
Update npm-package-release.yml
rouzwelt 629d518
Update npm-package-release.yml
rouzwelt 5e8ff5b
Update npm-package-release.yml
rouzwelt b1193a0
Merge branch 'main' into 2025-10-30-fix-macos-tauri-build
rouzwelt 5ffd87e
Merge branch 'main' into 2025-10-30-fix-macos-tauri-build
hardyjosh b6dc95f
Merge branch 'main' into 2025-10-30-fix-macos-tauri-build
Siddharth2207 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,8 @@ | ||
| name: Tauri builds | ||
| on: | ||
| push: | ||
| branches: | ||
| branches-ignore: | ||
| - main | ||
| pull_request: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the reason we have this is because otherwise the workflows aren't able to run on PRs from downstream forks |
||
|
|
||
| concurrency: | ||
| group: ${{ github.ref }}-tauri-build | ||
|
|
@@ -108,7 +107,6 @@ jobs: | |
| - name: Run Rust tests with reduced debug artifacts | ||
| run: nix develop .#tauri-shell --command tauri-rs-test | ||
| env: | ||
| RUSTFLAGS: "-Cdebuginfo=0" | ||
| CARGO_INCREMENTAL: 0 | ||
|
|
||
| - run: | | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.