Skip to content

Commit faab39b

Browse files
mkoeppednicolodi
authored andcommitted
CI: add 'patch' system package to the sage CI images
This way Sage does not have to build it from source.
1 parent 588112a commit faab39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# Extra system packages to install. See available packages at
134134
# https://github.com/sagemath/sage/tree/develop/build/pkgs
135135
# liblzma, bzip2, and libffi are python3 dependencies.
136-
extra_sage_packages: "liblzma bzip2 libffi python3 ninja_build"
136+
extra_sage_packages: "patch liblzma bzip2 libffi python3 ninja_build"
137137
# Sage distribution packages to build
138138
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="meson_python" python_build meson_python
139139
sage_repo: sagemath/sage

0 commit comments

Comments
 (0)