Skip to content

Commit e87bc10

Browse files
committed
cirrus: Only update the main FreeBSD repository.
We're not installing anything from FreeBSD-kmods or any other non-main repository, but it seems to have mismatching packages with the latest Google Cloud image that appears to not be updated yet: # pkg update -f Updating FreeBSD repository catalogue... Fetching meta.conf: . done Fetching data.pkg: .......... done Processing entries: .......... done FreeBSD repository update completed. 36502 packages processed. Updating FreeBSD-kmods repository catalogue... Fetching meta.conf: . done Fetching data.pkg: .. done Processing entries: Newer FreeBSD version for package parallels-tools: To ignore this error set IGNORE_OSVERSION=yes - package: 1403506 - running userland: 1403505 Ignore the mismatch and continue? [y/N]: pkg: repository FreeBSD-kmods contains packages for wrong OS version: FreeBSD:14:amd64 Processing entries... Unable to update repository FreeBSD-kmods Error updating repositories! Not updating FreeBSD-kmods should avoid this issue. In the worst case the next 'pkg install' will fail, but it shouldn't really ever happen as we do not install any kernel modules or packages that depend on any kernel modules. Acked-by: Eelco Chaudron <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
1 parent d88d504 commit e87bc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ freebsd_build_task:
1616

1717
prepare_script:
1818
- sysctl -w kern.coredump=0
19-
- pkg update -f
19+
- pkg update -f -r FreeBSD
2020
- pkg install -y ${DEPENDENCIES}
2121
$(pkg search -xq "^py3[0-9]+-(${PY_DEPS})-[0-9]+" | xargs)
2222

0 commit comments

Comments
 (0)