Skip to content

Commit 3fb132f

Browse files
Update Pkg, and move tests to node 1 (#44828)
* 🤖 Bump the Pkg stdlib from 53cefb5c to b5d23482 * Move `Pkg` to node 1 Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
1 parent 6774185 commit 3fb132f

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

deps/checksums/Pkg-53cefb5c6ce8ee2710b581825130c477b6dd5d96.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/Pkg-53cefb5c6ce8ee2710b581825130c477b6dd5d96.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18f38eee1139922c8be59003feefc11e
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
88b845543aa2678c1fbba5254fb0b2e27ae85204f12a4d883c189662833e0dc4e55938bc1db8233709e3f9a54e6292b703dc5c17285636c4db7f9e7ed41aeec3

stdlib/Pkg.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PKG_BRANCH = master
2-
PKG_SHA1 = 53cefb5c6ce8ee2710b581825130c477b6dd5d96
2+
PKG_SHA1 = b5d23482bdba4ebe9c5106105dd31f6cafcf23a6
33
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
44
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ move_to_node1("threads")
7777
move_to_node1("Distributed")
7878
# Ensure things like consuming all kernel pipe memory doesn't interfere with other tests
7979
move_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

0 commit comments

Comments
 (0)