Skip to content

Commit b5e4cce

Browse files
committed
.github/workflows/ci-sage.yml: Make system cmake, onetbb available
1 parent b54eb1d commit b5e4cce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-sage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
8787
uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@develop
8888
with:
89+
# Extra system packages to install. See available packages at
90+
# https://github.com/sagemath/sage/tree/develop/build/pkgs
91+
# liblzma, bzip2, and libffi are python3 dependencies.
92+
extra_sage_packages: "patch cmake liblzma bzip2 libffi python3 onetbb"
8993
# Sage distribution packages to build
9094
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
9195
# Standard setting: Test the current beta release of Sage:

0 commit comments

Comments
 (0)