We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2e987 commit d8c0d2eCopy full SHA for d8c0d2e
container_build.sh
@@ -47,7 +47,7 @@ chown -R builder: /repo
47
# Switch to builder user and build
48
cd /pkg
49
# Limit Rust build parallelism to avoid OOM in CI
50
-sudo -u builder CARGO_BUILD_JOBS=2 makepkg -s --noconfirm
+sudo -u builder CARGO_BUILD_JOBS=1 makepkg -s --noconfirm
51
52
# Move built packages to the repo mount
53
# We assume the repo is mounted at /repo
0 commit comments