File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,11 @@ jobs:
3838 shell : sh
3939 sync_files : runner-to-vm
4040 run : |
41+ sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv
4142 # Mandatory: hostname not set in VM => some tests fail
4243 sudo hostname -s freebsd-ci
4344 echo "### OS infos"
4445 uname -a
45- IGNORE_OSVERSION=yes sudo pkg update -f
46- sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv
4746 git config --global --add safe.directory .
4847 gmake
4948 sudo ./v symlink
@@ -68,12 +67,11 @@ jobs:
6867 shell : sh
6968 sync_files : runner-to-vm
7069 run : |
70+ sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv
7171 # Mandatory: hostname not set in VM => some tests fail
7272 sudo hostname -s freebsd-ci
7373 echo "### OS infos"
7474 uname -a
75- IGNORE_OSVERSION=yes sudo pkg update -f
76- sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv
7775 git config --global --add safe.directory .
7876 gmake
7977 sudo ./v symlink
@@ -98,12 +96,11 @@ jobs:
9896 shell : sh
9997 sync_files : runner-to-vm
10098 run : |
99+ sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv gcc
101100 # Mandatory: hostname not set in VM => some tests fail
102101 sudo hostname -s freebsd-ci
103102 echo "### OS infos"
104103 uname -a
105- IGNORE_OSVERSION=yes sudo pkg update -f
106- sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv gcc
107104 git config --global --add safe.directory .
108105 gmake
109106 sudo ./v symlink
You can’t perform that action at this time.
0 commit comments