/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/trimming/Makefile
11 строк
554 B
Cody Tapscott
Migrate `--trim` tests to use JuliaC, delete out-of-date `contrib/juliac` (#62128)
18 июн 2026, 00:01
Не верифицирован
18 июн 2026, 00:01
cfb686b
Код
Авторство
О чём код?
# This file is a part of Julia. License is MIT: https://julialang.org/license # The trimming tests have been retired and replaced by `test/trim` (driven by # JuliaC instead of the deprecated `juliac-buildscript.jl`). This stub remains # only so the deprecated Buildkite `trimming` job -- which is launched whenever # `test/trimming` exists and runs `make -C test/trimming check` -- keeps passing # until that job is removed. .PHONY: release check clean release check clean: @echo "test/trimming has been retired; trimming is now covered by test/trim"