Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Bump to Ghostscript 10.03.0 #8482

Merged
merged 1 commit into from
May 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}

# Pull baseline image data from dvc remote (DAGsHub)
- name: Pull baseline image data from dvc remote
run: dvc pull

Expand All @@ -153,7 +152,6 @@ jobs:
run: call ci/simple-gmt-tests.bat
if: runner.os == 'Windows'

# Run full tests and rerun failed tests
- name: Run full tests
run: |
set -x -e
Expand Down
2 changes: 1 addition & 1 deletion ci/install-dependencies-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EXCLUDE_OPTIONAL=${EXCLUDE_OPTIONAL:-false}
# packages installed via apt-get
packages="build-essential cmake ninja-build libcurl4-gnutls-dev libnetcdf-dev curl git libgdal-dev"
# packages installed via conda
conda_packages="ghostscript=10.02.1"
conda_packages="ghostscript=10.03.0"

# optional packages
if [ "$EXCLUDE_OPTIONAL" = "false" ]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/install-dependencies-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PACKAGE="${PACKAGE:-false}"
# packages for compiling GMT
# cmake is pre-installed on GitHub Actions
packages="ninja curl pcre2 netcdf gdal geos fftw libomp"
conda_packages="ghostscript=10.02.1"
conda_packages="ghostscript=10.03.0"

# packages for build documentation
if [ "$BUILD_DOCS" = "true" ]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/install-dependencies-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "${VCPKG_INSTALLATION_ROOT}/installed/${WIN_PLATFORM}/tools/gdal" >> $GITHU
# list installed packages
vcpkg list

conda_packages="ninja ghostscript=10.02.1"
conda_packages="ninja ghostscript=10.03.0"
if [ "$BUILD_DOCS" = "true" ]; then
conda_packages+=" sphinx dvc"
# choco install pngquant
Expand Down
Loading