Skip to content

Commit a6976e1

Browse files
authored
Merge pull request #9242 from lcheylus/openbsd-ci_ulimit
OpenBSD CI: increase max open files for test job
2 parents 5318c9c + 96c63f1 commit a6976e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/openbsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
sudo -i -u ${TEST_USER} sh << EOF
153153
set -e
154154
whoami
155+
# Increase max open files (512 by default)
156+
ulimit -n 1024
155157
# Rust is installed from packages, no need for rustup
156158
# Set up PATH for cargo
157159
export PATH="/usr/local/bin:$PATH"

0 commit comments

Comments
 (0)