Skip to content

Commit 35f999d

Browse files
committed
remove installation of unused bats support libs
bats-core/bats-action installs a few support libraries by default which are not used by runc. Disable the installation, which will remove /usr/bin/tar: Permission denied errors. Signed-off-by: Akhil Mohan <[email protected]>
1 parent 47756ed commit 35f999d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ jobs:
158158
uses: bats-core/[email protected]
159159
with:
160160
bats-version: 1.9.0
161+
support-install: false
162+
assert-install: false
163+
detik-install: false
164+
file-install: false
161165

162166
- name: Allow userns for runc
163167
# https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#unprivileged-user-namespace-restrictions-15

0 commit comments

Comments
 (0)