mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
OpenBSD CI: increase max open files for test job
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
5318c9c807
commit
96c63f174b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/openbsd.yml
vendored
2
.github/workflows/openbsd.yml
vendored
|
|
@ -152,6 +152,8 @@ jobs:
|
|||
sudo -i -u ${TEST_USER} sh << EOF
|
||||
set -e
|
||||
whoami
|
||||
# Increase max open files (512 by default)
|
||||
ulimit -n 1024
|
||||
# Rust is installed from packages, no need for rustup
|
||||
# Set up PATH for cargo
|
||||
export PATH="/usr/local/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue