Skip to content

Commit

Permalink
add --ulimit to fix fakeroot issue during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Mar 4, 2024
1 parent 92896f5 commit 9e7b27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
-v ./${{ matrix.package }}:/src \
-v ./scripts:/scripts \
-w /src \
--ulimit nofile=1024:10240 \
aur-pkg \
makepkg -sc
makepkg -s --check --noprogressbar --noconfirm --nocolor --clean
- name: Commit and Push
run: |
Expand Down

0 comments on commit 9e7b27d

Please sign in to comment.