Skip to content

Commit

Permalink
Add ulimit option to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Apr 19, 2024
1 parent 435d6a3 commit 662e8fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
strategy:
matrix:
image: [ "ubuntu:22.04", "ubuntu:24.04" ]
container: ${{ matrix.image }}
container:
image: ${{ matrix.image }}
options: --ulimit nofile=1000000:1000000
steps:
- name: Update and install packages
run: apt-get update && apt-get install -y curl git build-essential pkg-config libssl-dev
Expand Down Expand Up @@ -71,7 +73,9 @@ jobs:
strategy:
matrix:
image: [ "ubuntu:22.04", "ubuntu:24.04" ]
container: ${{ matrix.image }}
container:
image: ${{ matrix.image }}
options: --ulimit nofile=1000000:1000000
steps:
- name: Update and install packages
run: apt-get update && apt-get install -y curl git build-essential pkg-config libssl-dev
Expand Down

0 comments on commit 662e8fd

Please sign in to comment.