Skip to content

Commit ce8c6ed

Browse files
committed
removed pnpm deb over ubuntu ci... we must to create them on bookworm
1 parent ecdccc4 commit ce8c6ed

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

10000-ubuntu-ci-server.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ whoami
2727
# Debian packages (.deb) are used for VM-based testing, while tarballs are used in container-based testing.
2828
# Multiple architectures are supported (e.g., podman --platform linux/386 linux/amd64).
2929
# Ensure these files are preserved for future tests.
30-
npm install -g pnpm@latest-10
31-
pnpm install
32-
pnpm deb -a
33-
rsync -a ./dist/*.deb ./mychroot/ci/
30+
#npm install -g pnpm@latest-10
31+
#pnpm install
32+
#pnpm deb -a
33+
#rsync -a ./dist/*.deb ./mychroot/ci/
3434

3535
# tarballs
3636
pnpm tarballs

10001-build-packages-debs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ which podman
88
podman --version
99
df -h
1010

11+
# debian over ubuntu
1112
podman run \
1213
--hostname minimal \
1314
--privileged \
1415
--cap-add=CAP_SYS_ADMIN \
1516
--ulimit nofile=32000:32000 \
1617
--pull=always \
1718
-v $PWD/mychroot/ci:/ci \
18-
-v /dev:/dev \
1919
debian:12.9 \
2020
/ci/run-build-packages-debs.sh
2121

20100-almalinux9-container-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ which podman
1717
podman --version
1818
df -h
1919

20+
# almalinux over ubuntu
2021
podman run \
2122
--hostname minimal \
2223
--privileged \
2324
--cap-add=CAP_SYS_ADMIN \
2425
--ulimit nofile=32000:32000 \
2526
--pull=always \
2627
-v $PWD/mychroot/ci:/ci \
27-
-v /dev:/dev \
2828
almalinux:9 \
2929
/ci/30001.run-on-almalinux.sh
3030

0 commit comments

Comments
 (0)