Skip to content

Commit 2548495

Browse files
committed
Revert "ci: add IGNORE_OSVERSION=yes sudo pkg update -f before each pkg install line in freebsd_ci.yml"
This reverts commit 3cb1160. Lets wait for FreeBSD people to fix their own stuff
1 parent 3cb1160 commit 2548495

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/freebsd_ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)