Skip to content

Commit 3cb1160

Browse files
committed
ci: add IGNORE_OSVERSION=yes sudo pkg update -f before each pkg install line in freebsd_ci.yml
1 parent f7cd923 commit 3cb1160

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

‎.github/workflows/freebsd_ci.yml‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ jobs:
3838
shell: sh
3939
sync_files: runner-to-vm
4040
run: |
41-
sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv
4241
# Mandatory: hostname not set in VM => some tests fail
4342
sudo hostname -s freebsd-ci
4443
echo "### OS infos"
4544
uname -a
45+
IGNORE_OSVERSION=yes sudo pkg update -f
46+
sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv
4647
git config --global --add safe.directory .
4748
gmake
4849
sudo ./v symlink
@@ -67,11 +68,12 @@ jobs:
6768
shell: sh
6869
sync_files: runner-to-vm
6970
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
7577
git config --global --add safe.directory .
7678
gmake
7779
sudo ./v symlink
@@ -96,11 +98,12 @@ jobs:
9698
shell: sh
9799
sync_files: runner-to-vm
98100
run: |
99-
sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv gcc
100101
# Mandatory: hostname not set in VM => some tests fail
101102
sudo hostname -s freebsd-ci
102103
echo "### OS infos"
103104
uname -a
105+
IGNORE_OSVERSION=yes sudo pkg update -f
106+
sudo pkg install -y git sqlite3 gmake boehm-gc-threaded libiconv gcc
104107
git config --global --add safe.directory .
105108
gmake
106109
sudo ./v symlink

0 commit comments

Comments
 (0)