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 507a5d4 commit 80d0101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:

ubuntu-2404:
name: debbuild-ubuntu24
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
# fetch tags as checkout@v2 doesn't do that by default
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-deb-build-test
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +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
cat /etc/apparmor.d/apptainer
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
3 changes: 1 addition & 2 deletions scripts/ci-docker-run
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ fi

CONTAINER_VERS="${CONTAINER_VERS:-$DOCKER_HUB_URI}"

docker run --privileged --security-opt seccomp=unconfined \
--network=host -v "$(pwd):/build:rw" \
docker run --privileged --network=host -v "$(pwd):/build:rw" \
-e OS_TYPE=$OS_TYPE -e GO_ARCH=$GO_ARCH -e CONTAINER_VERS="$CONTAINER_VERS" \
-e HIDE_DIST=$HIDE_DIST \
--name "$DOCKER_CONTAINER_NAME" "$DOCKER_HUB_URI" /bin/bash -exc \
Expand Down

0 comments on commit 80d0101

Please sign in to comment.