Backports for julia-1.6.3#41554
Merged
KristofferC merged 73 commits intorelease-1.6 from backports-release-1.6Sep 7, 2021
+2,197-911
Commits
Commits on Aug 31, 2021
Commits on Sep 3, 2021
CI (rootfs images): when uploading a tarball, don't allow it to override an existing tarball (unless the user provides the
--force-overwrite
command-line flag) (#41591)Move compile timing to inside
@time
's main timing block. Fixes >100% compilation time reports (#41286)- committed
CI (Buildkite): Update all rootfs images to version v3.1, add some documentation, and reorganize/rename/move a bunch of configuration files (#41698)
CI (Buildkite): on the
platform_linux
jobs, after building Julia, make sure that the working directory is clean (#41796)- committed
Set the
@JuliaLang/github-actions
team as the code owners for GitHub Actions workflow files (#38783)CI (Buildbot): As soon as a PR is created or updated, create pending (yellow) commit statuses for all Buildbot jobs (#41811)
CI (Buildbot): for the "Create Pending Statuses" GitHub Actions workflow, use the
pull_request_target
event instead of thepull_request
event (#41814)CI (Buildbot, GHA): in the "Statuses" workflow, we only need to create pending (yellow) statuses for the
tester_
jobs (#41822)CI (Buildbot, GHA): in the "Statuses" workflow, remove the
macosaarch64
andmusl64
statuses (#41824)CI (Buildbot, GHA): Simplify the
permissions
key in the workflow file for the "Statuses" workflow (#41851)