File tree Expand file tree Collapse file tree 6 files changed +6
-3
lines changed
Pkg-53cefb5c6ce8ee2710b581825130c477b6dd5d96.tar.gz
Pkg-b5d23482bdba4ebe9c5106105dd31f6cafcf23a6.tar.gz Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ 18f38eee1139922c8be59003feefc11e
Original file line number Diff line number Diff line change 1+ 88b845543aa2678c1fbba5254fb0b2e27ae85204f12a4d883c189662833e0dc4e55938bc1db8233709e3f9a54e6292b703dc5c17285636c4db7f9e7ed41aeec3
Original file line number Diff line number Diff line change 11PKG_BRANCH = master
2- PKG_SHA1 = 53cefb5c6ce8ee2710b581825130c477b6dd5d96
2+ PKG_SHA1 = b5d23482bdba4ebe9c5106105dd31f6cafcf23a6
33PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
44PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1
Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ move_to_node1("threads")
7777move_to_node1 (" Distributed" )
7878# Ensure things like consuming all kernel pipe memory doesn't interfere with other tests
7979move_to_node1 (" stress" )
80+ # Move `Pkg` tests to node 1 to fix stdin-related woes
81+ # X-ref: https://github.com/JuliaLang/julia/pull/44828
82+ move_to_node1 (" Pkg" )
8083
8184# In a constrained memory environment, run the "distributed" test after all other tests
8285# since it starts a lot of workers and can easily exceed the maximum memory
You canβt perform that action at this time.
0 commit comments