File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 86
86
# Sage distribution packages to build
87
87
targets : SAGE_CHECK=no SAGE_CHECK_flint=yes flint
88
88
# Standard setting: Test the current beta release of Sage:
89
- sage_repo : sagemath /sage
90
- sage_ref : develop
89
+ sage_repo : mkoeppe /sage
90
+ sage_ref : gmp_require_6_2_1
91
91
upstream_artifact : upstream
92
92
# Docker targets (stages) to tag
93
93
docker_targets : " with-targets"
@@ -104,17 +104,17 @@ jobs:
104
104
["latest", "", "homebrew-macos-usrlocal-standard"]]
105
105
targets : SAGE_CHECK=no SAGE_CHECK_flint=yes flint
106
106
# Standard setting: Test the current beta release of Sage:
107
- sage_repo : sagemath /sage
108
- sage_ref : develop
107
+ sage_repo : mkoeppe /sage
108
+ sage_ref : gmp_require_6_2_1
109
109
upstream_artifact : upstream
110
110
needs : [dist]
111
111
112
112
sage :
113
113
uses : sagemath/sage/.github/workflows/docker.yml@develop
114
114
with :
115
115
# Standard setting: Test the current beta release of Sage:
116
- sage_repo : sagemath /sage
117
- sage_ref : develop
116
+ sage_repo : mkoeppe /sage
117
+ sage_ref : gmp_require_6_2_1
118
118
upstream_artifact : upstream
119
119
# Build incrementally from published Docker image
120
120
incremental : true
You can’t perform that action at this time.
0 commit comments