File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,40 @@ npm install -g pnpm@latest-10
99pnpm install
1010pnpm deb # -all
1111mv ./perrisbrewery/workdir/penguins-eggs_* _amd64.deb ./mychroot/ci/
12+ # ################################################################################################################
13+ # # TODO 0
14+ # # check the server of ci
15+ # # the server of ci is ubuntu 24.04
16+ # # the ci server is an azure vm on azure
1217
13- # #########################
18+ sudo cat /etc/issue
19+ ls -al /etc/
20+
21+
22+ # ################################################################################################################
23+ # # TODO 1
24+ # # TEST 1
25+ # # using eggs to remaster ubuntu server ubuntu-24.04
26+ # # it failed now
27+ # # Unrecognised xattr prefix system.posix_acl_default
28+ # # see more or dowload the actions log
29+
30+ sudo apt install -y ./perrisbrewery/workdir/penguins-eggs_* _amd64.deb
31+
32+ sudo eggs dad -d
33+ sudo eggs produce --clone -n --verbose
34+
35+
36+ # #####################################################################################################################
1437# pnpm tarballs
1538# mv ./dist/eggs*.tar.gz ./mychroot/ci/
1639
40+ # #####################################################################################################################
41+ # # TODO 2
42+ # # TEST 2
43+ # # using contaner image ubuntu ubuntu:24.04 on ci hosted server ubuntu-24.04
44+ # # install same kernal with the host of the ci server
45+ # # it failed now
1746cd $CMD_PATH
1847which podman
1948podman --version
You can’t perform that action at this time.
0 commit comments