Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-1.6: Backports for 1.6.7 #45319

Merged
merged 34 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
008432c
`base/version_git.sh`: fix the default value for `Base.GIT_VERSION_IN…
DilumAluthge Jan 9, 2022
16944c3
MPFR: Fix `round(Integer, big(Inf))` (#44676)
barucden Mar 21, 2022
c908046
errors: fix handling of `.op` in lowering (#44770)
simeonschaub Mar 28, 2022
89b3c22
fix missing field type initialization vars (#44797)
vtjnash Apr 7, 2022
159ce70
[REPL] Fix a REPL test failure by removing an erroneous space in test…
vtjnash Apr 14, 2022
294b142
Fix embedding with MSVC (#44976)
barche Apr 14, 2022
80ffc2e
Update Example header in admonition to render PDF better, see #44866.…
ViralBShah Apr 19, 2022
9e9879b
gc-ext: only sweep unmarked objects (#45035)
vtjnash Apr 20, 2022
ea8455b
Create a copy while evaluating eigvals(::Diagonal) (#45048)
jishnub May 2, 2022
364d483
Avoid race condition in cleaning up cache files (#45214)
simonbyrne May 8, 2022
1054327
Restore export of jl_options (#45308)
Taaitaaiger May 16, 2022
427daf1
Use `CartesianIndices(Rsrc)` as the shared iterator. (#45289)
N5N3 May 16, 2022
42f7a99
Typo fix. (#45333)
N5N3 May 17, 2022
87a22e4
Use root module when determining UUID in @artifact_str (#45392)
zickgraf May 21, 2022
29559e0
Apply patch for GMP CVE-2021-43618 (#45375)
ViralBShah May 20, 2022
b7e4497
Update PCRE2 to 10.40 (#45398)
fxcoudert May 21, 2022
06d71b8
Fix a concurrency bug in `iterate(::Dict)` (#44534)
tkf Mar 12, 2022
4f793bb
[Zlib_jll] Update to v1.2.12+3 (#44810)
giordano Apr 4, 2022
ede6a24
Zlib: update version number (#45407)
fxcoudert May 21, 2022
ed7fb2a
profile: fix async deadlock (#44781)
vtjnash Mar 29, 2022
e0ecf0e
macOS: workaround a dyld/libunwind deadlock issue since 12.1
vtjnash Jan 7, 2022
5ec2d68
macOS: extend the workaround to cover the dyld/exc_server deadlock is…
vtjnash Jan 12, 2022
1b60be5
avoid using `@sync_add` on remotecalls (#44671)
exaexa Mar 23, 2022
240d427
Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS (#42538)
staticfloat Oct 16, 2021
12719ea
OpenBLAS: Find objconv in its proper path (#45391)
fxcoudert May 21, 2022
dd6f86a
fix `===` when encountering null pointer (#44749)
Moelf Mar 29, 2022
8411f79
Update p7zip to 17.04 (#45435)
fxcoudert May 24, 2022
416a769
[Distributed] Set stdin to devnull before closing it
vtjnash Jan 26, 2022
038c949
Fix #39367, doc for inbounds use each index (#39369)
mbauman Jan 25, 2021
7989b16
Limit some buildkite jobs to run on only x86_64 machines (#45665)
staticfloat Jun 14, 2022
c3116fd
bump Pkg version to latest 1.6
Jun 15, 2022
064fb73
Pass along backlog keyword argument in Sockets.listen (#45737)
quinnj Jun 19, 2022
5c5c85a
Use https for downloading of unicode data from unicode.org (#45750)
ViralBShah Jun 19, 2022
443c321
[release-1.6] Backport MbedTLS security patches (#45848)
staticfloat Jul 4, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Limit some buildkite jobs to run on only x86_64 machines (#45665)
This should fix the `Exec format error` problems we've had recently due to us adding some non-x86_64 linux workers to the pool.
  • Loading branch information
staticfloat authored and KristofferC committed Jul 4, 2022
commit 7989b169e7eef0d6345444020bf98efb597e8061
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/misc/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agents:
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
sandbox.jl: "true"
os: "linux"
arch: "x86_64"
steps:
- label: "doctest"
key: doctest
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/misc/embedding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agents:
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
sandbox.jl: "true"
os: "linux"
arch: "x86_64"
steps:
- label: "embedding"
key: "embedding"
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/misc/llvmpasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agents:
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
sandbox.jl: "true"
os: "linux"
arch: "x86_64"
steps:
- label: "analyzegc"
key: "analyzegc"
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/misc/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agents:
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
sandbox.jl: "true"
os: "linux"
arch: "x86_64"
steps:
- label: "asan"
key: "asan"
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/misc/whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agents:
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
sandbox.jl: "true"
os: "linux"
arch: "x86_64"
steps:
- label: "whitespace"
key: "whitespace"
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/platforms/package_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agents:
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
sandbox.jl: "true"
os: "linux"
arch: "x86_64"
steps:
- label: "package_${PLATFORM?}${LABEL?}"
key: package_${PLATFORM?}${LABEL?}
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/platforms/tester_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agents:
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
sandbox.jl: "true"
os: "linux"
arch: "x86_64"
steps:
- label: "tester_${PLATFORM?}${LABEL?}"
key: tester_${PLATFORM?}${LABEL?}
Expand Down