Skip to content

Commit d8c0d2e

Browse files
committed
fix build 2?
1 parent ff2e987 commit d8c0d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ chown -R builder: /repo
4747
# Switch to builder user and build
4848
cd /pkg
4949
# Limit Rust build parallelism to avoid OOM in CI
50-
sudo -u builder CARGO_BUILD_JOBS=2 makepkg -s --noconfirm
50+
sudo -u builder CARGO_BUILD_JOBS=1 makepkg -s --noconfirm
5151

5252
# Move built packages to the repo mount
5353
# We assume the repo is mounted at /repo

0 commit comments

Comments
 (0)