Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Jul 17, 2024
1 parent 0bdf89f commit 507a5d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ci-deb-build-test
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
OS_MAJOR=$(grep ^VERSION_ID /etc/os-release | cut -d'=' -f2 | sed 's/\"//gI' | cut -d'.' -f1)
OS_NAME=$(grep ^NAME /etc/os-release | cut -d '=' -f2 | sed 's/\"//gI')

grep Seccomp /proc/$$/status

# install dependencies
apt-get update
export DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -84,6 +82,7 @@ su testuser -c '
debuild --prepend-path $PATH --build=binary --no-sign --lintian-opts --display-info --show-overrides
sudo dpkg -i ../apptainer*.deb
grep Seccomp /proc/$$/status
apptainer exec oras://ghcr.io/apptainer/alpine:3.15.0 /bin/true
apptainer exec --userns oras://ghcr.io/apptainer/alpine:3.15.0 /bin/true
apptainer exec --fakeroot oras://ghcr.io/apptainer/alpine:3.15.0 /bin/true
Expand Down

0 comments on commit 507a5d4

Please sign in to comment.