@@ -116,14 +116,8 @@ jobs:
116116 tox_packages_factors : >-
117117 ["maximal"]
118118 docker_targets : " with-targets-optional"
119- targets_optional : >-
120- $( echo $(export PATH=build/bin:$PATH
121- && (for a in spkg-install.in spkg-install requirements.txt; do
122- sage-package list :optional:
123- --has-file $a
124- --no-file huge
125- --no-file has_nonfree_dependencies;
126- done) | grep -v ^_ | grep -v sagemath_doc | grep ^[0-o] ) )
119+ targets_optional : ' $(echo $(export PATH=build/bin:$PATH && sage-package list :optional: --has-file "spkg-install.in|spkg-install|requirements.txt" --no-file "huge|has_nonfree_dependencies" | grep -v sagemath_doc | grep ^[0-o]))'
120+
127121
128122 optional-p-z :
129123 if : ${{ success() || failure() }}
@@ -136,14 +130,7 @@ jobs:
136130 tox_packages_factors : >-
137131 ["maximal"]
138132 docker_targets : " with-targets-optional"
139- targets_optional : >-
140- $( echo $(export PATH=build/bin:$PATH
141- && (for a in spkg-install.in spkg-install requirements.txt; do
142- sage-package list :optional:
143- --has-file $a
144- --no-file huge
145- --no-file has_nonfree_dependencies;
146- done) | grep -v ^_ | grep -v sagemath_doc | grep ^[p-z] ) )
133+ targets_optional : ' $(echo $(export PATH=build/bin:$PATH && sage-package list :optional: --has-file "spkg-install.in|spkg-install|requirements.txt" --no-file "huge|has_nonfree_dependencies" | grep -v sagemath_doc | grep ^[p-z]))'
147134
148135 experimental-0-o :
149136 if : ${{ success() || failure() }}
@@ -156,14 +143,7 @@ jobs:
156143 tox_packages_factors : >-
157144 ["maximal"]
158145 docker_targets : " with-targets-optional"
159- targets_optional : >-
160- $( echo $(export PATH=build/bin:$PATH
161- && (for a in spkg-install.in spkg-install requirements.txt; do
162- sage-package list :experimental:
163- --has-file $a
164- --no-file huge
165- --no-file has_nonfree_dependencies;
166- done) | grep -v ^_ | grep -v sagemath_doc | grep ^[0-o] ) )
146+ targets_optional : ' $(echo $(export PATH=build/bin:$PATH && sage-package list :experimental: --has-file "spkg-install.in|spkg-install|requirements.txt" --no-file "huge|has_nonfree_dependencies" | grep -v sagemath_doc | grep ^[0-o]))'
167147
168148 experimental-p-z :
169149 if : ${{ success() || failure() }}
@@ -176,15 +156,7 @@ jobs:
176156 tox_packages_factors : >-
177157 ["maximal"]
178158 docker_targets : " with-targets-optional"
179- targets_optional : >-
180- $( echo $(export PATH=build/bin:$PATH
181- && (for a in spkg-install.in spkg-install requirements.txt; do
182- sage-package list :experimental:
183- --has-file $a
184- --no-file huge
185- --no-file has_nonfree_dependencies;
186- done) | grep -v ^_ | grep -v sagemath_doc | grep ^[p-z] ) )
187-
159+ targets_optional : ' $(echo $(export PATH=build/bin:$PATH && sage-package list :experimental: --has-file "spkg-install.in|spkg-install|requirements.txt" --no-file "huge|has_nonfree_dependencies" | grep -v sagemath_doc | grep ^[p-z]))'
188160
189161 local-ubuntu :
190162
0 commit comments