You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do not put project stdlibs into the base (non-incremental) sysimage (#987)
There is no need to do this, the stdlibs used by the project will be included when the final sysimage is built
---------
Co-authored-by: KristofferC <[email protected]>
# So, for now, we skip the `incremental=false` tests on Julia 1.11 and 1.12
115
-
# But ONLY on GHA (GitHub Actions).
116
-
# On PkgEval, we do run these tests. This is intentional - we want PkgEval to
117
-
# detect regressions, as well as fixes for those regressions.
118
-
@warn"[GHA CI] This is Julia $(VERSION.major).$(VERSION.minor); skipping incremental=false test due to known bug: #976 (for 1.11), issue TODO (for 1.12)"
119
-
@test_skipfalse
120
-
continue
121
-
end
122
106
if is_slow_ci
123
107
@warn"Skipping the (incremental=false, filter_stdlibs=false) test because this is \"slow CI\""
124
108
@test_skipfalse
@@ -226,58 +210,36 @@ end
226
210
end# testset
227
211
228
212
if!is_slow_ci
229
-
if is_gha_ci && is_julia_1_12
230
-
# On Julia 1.12, `incremental=false` is currently broken when doing `create_library()`.
231
-
# 1.12: No GitHub issue yet.
232
-
# So, for now, we skip the `incremental=false` tests on Julia 1.12 when doing `create_library()`.
233
-
# But ONLY on GHA (GitHub Actions).
234
-
# On PkgEval, we do run these tests. This is intentional - we want PkgEval to
235
-
# detect regressions, as well as fixes for those regressions.
236
-
@warn"[GHA CI] This is Julia $(VERSION.major).$(VERSION.minor); skipping incremental=false test when doing `create_library()` due to known bug: issue TODO (for 1.12)"
# On Julia 1.12, `incremental=false` is currently broken when doing `create_library()`.
263
-
# 1.12: No GitHub issue yet.
264
-
# So, for now, we skip the `incremental=false` tests on Julia 1.12 when doing `create_library()`.
265
-
# But ONLY on GHA (GitHub Actions).
266
-
# On PkgEval, we do run these tests. This is intentional - we want PkgEval to
267
-
# detect regressions, as well as fixes for those regressions.
268
-
@warn"[GHA CI] This is Julia $(VERSION.major).$(VERSION.minor); skipping incremental=false test when doing `create_library()` due to known bug: issue TODO (for 1.12)"
0 commit comments