-
Notifications
You must be signed in to change notification settings - Fork 212
2026-03-24 flake update #2041
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
2026-03-24 flake update #2041
Changes from all commits
aa51477
29064eb
3b7d7a3
9d1da74
b3cd812
8db3940
4885b6b
afaac79
e451c85
b70b1ab
65bda26
cbde348
73f0c38
6b7a15f
f3becad
8d8723a
04f33d2
44ecd60
2603c0c
16ef6e1
b2acbf9
3afc25a
4cdb9dd
dd411ae
5eb343d
54023e6
9577ebf
e57d8df
01040ee
4684f00
bef840c
7d1a02b
3280fa3
93bcf7a
cf9b292
d76caa0
591a4dd
2b6239d
9fb4929
9bcaa0f
50b32ca
a8228ee
6160acb
6542473
47b5483
3e17de1
a0970e3
9b07c61
a051ccc
f0cb912
d2f7826
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,8 +5,8 @@ runs: | |
| using: "composite" | ||
| steps: | ||
| - name: Free disk space | ||
| uses: >- # v3.1.0 | ||
| endersonmenezes/free-disk-space@e6ed9b02e683a3b55ed0252f1ee469ce3b39a885 | ||
| uses: >- # v3.2.2 | ||
| endersonmenezes/free-disk-space@7901478139cff6e9d44df5972fd8ab8fcade4db1 | ||
| with: | ||
| rm_cmd: "rmz" # For speed up | ||
| remove_android: false # Takes too long. | ||
|
|
@@ -32,17 +32,3 @@ runs: | |
| /usr/share/glade* | ||
| /usr/local/share/chromium | ||
| /usr/local/share/powershell | ||
|
|
||
| - name: Delete platform specific items to free up disk space | ||
| shell: bash | ||
| run: | | ||
| if [ "$(uname)" = "Darwin" ]; then | ||
| echo "Deleting Applications" | ||
| sudo rm -rf ~/Applications/* | ||
| echo "Deleting all iOS simulators" | ||
| xcrun simctl delete all | ||
| echo "Deleting iOS Simulator caches" | ||
| sudo rm -rf ~/Library/Developer/CoreSimulator/Caches/* | ||
| else | ||
| echo "Nothing to do here." | ||
| fi | ||
|
Member
Author
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. Breaks with new MacOS sometimes |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ jobs: | |
| coverage: | ||
| name: Coverage | ||
| runs-on: xlarge-ubuntu-24.04 | ||
| timeout-minutes: 45 | ||
| timeout-minutes: 180 | ||
|
Member
Author
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. Probably not needed anymore as this was actually a build problem, but nice to have just in case |
||
| steps: | ||
| - name: Checkout | ||
| uses: >- # v4.2.2 | ||
|
|
||
|
Member
Author
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. Re-enabled the local part of this so I could check I wasn't breaking it, because I did repeatedly during this PR |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,6 @@ | |
| options.perSystem = flake-parts-lib.mkPerSystemOption ( | ||
| { | ||
| config, | ||
| options, | ||
| pkgs, | ||
| ... | ||
| }: let | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upstream renamed this