diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-01 16:14:19 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-02-01 16:33:18 -0500 |
commit | c4334184502c25a41b5cab060681229b2b570c0a (patch) | |
tree | 3db277045e38a35a375f41900cb1dbffeed1b39a /.github/workflows/ci.yml | |
parent | f8b22f20147d872aef9fa1037139c39e4dd0e687 (diff) | |
download | bfs-c4334184502c25a41b5cab060681229b2b570c0a.tar.xz |
tests: Don't clobber inherited FDs
Rather than attempting to close any unexpected FDs, just count them and
adjust our ulimit -n calls to account for them.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff0ff6f..8e96526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: tcl-wrapper pw useradd -n action -m -G wheel -s /usr/local/bin/bash echo "%wheel ALL=(ALL) NOPASSWD: ALL" >>/usr/local/etc/sudoers + mount -t fdescfs none /dev/fd run: | chown -R action:action . |