mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-25 15:04:30 +00:00
FreeBSD via Vagrant allows reuse of existing actions (#339)
Currently, there is a lot of duplicate CI config for FreeBSD jobs, this removes that redundancy.
This commit is contained in:
6
docs/build/building_on_freebsd.md
vendored
6
docs/build/building_on_freebsd.md
vendored
@ -4,14 +4,10 @@ This document provides users with step-by-step instructions on how to compile an
|
||||
|
||||
Please see our [Continuous Integration script](/.github/workflows/build-and-test.yml) for more details.
|
||||
|
||||
## FreeBSD 13.0/13.1/13.2
|
||||
## FreeBSD 12/13
|
||||
```shell
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Mapnik & GDAL w/ working GPKG support are not in the `quarterly` repository (2023.05.04)
|
||||
sudo mkdir -p /usr/local/etc/pkg/repos
|
||||
sudo sed 's#/quarterly#/latest#g' /etc/pkg/FreeBSD.conf > /usr/local/etc/pkg/repos/FreeBSD.conf
|
||||
|
||||
# Update installed packages
|
||||
sudo pkg upgrade --yes
|
||||
|
||||
|
Reference in New Issue
Block a user