Skip to content

Commit

Permalink
build: enlarge /tmp size
Browse files Browse the repository at this point in the history
  • Loading branch information
LEXUGE committed Jan 1, 2025
1 parent 2c36122 commit 3458f65
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildiso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: easimon/maximize-build-space@master
with:
# Reserved for /tmp
root-reserve-mb: 20480
swap-size-mb: 4096
root-reserve-mb: 25600
swap-size-mb: 1024
temp-reserve-mb: 100
build-mount-path: '/nix'
build-mount-path-ownership: 'root:root'
Expand Down
72 changes: 36 additions & 36 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion misc/dcompass_settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
// query.push_opt(ClientSubnet::new(u8(15), u8(0), IpAddr::from_str("58.220.0.0")?).to_opt_data())?;
upstreams.send_default("domestic", query).await
} else {
upstreams.send("secure", CacheMode::Standard, query).await
upstreams.send("secure", CacheMode::Disabled, query).await
}
}
'';
Expand Down

0 comments on commit 3458f65

Please sign in to comment.