Skip to content

Commit d1d9e18

Browse files
fix: update rust-v0.52 hash to fix build error (#342)
1 parent 9e2ae17 commit d1d9e18

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

transport-interop/impl/rust-chromium/v0.52/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
image_name := rust-v0.52
2-
commitSha := 51070dae6395821c5ab45014b7208f15975c9101
2+
# BROKEN because glibc does not match.
3+
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45
34

45
all: image.json
56

transport-interop/impl/rust/v0.52/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image_name := rust-v0.52
2-
commitSha := 51070dae6395821c5ab45014b7208f15975c9101
2+
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45
33

44
all: image.json
55

transport-interop/versions.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ export const versions: Array<Version> = [
6262
secureChannels: ["tls", "noise"],
6363
muxers: ["mplex", "yamux"],
6464
},
65-
{
66-
id: "rust-chromium-v0.52",
67-
transports: [{ name: "webtransport", onlyDial: true }],
68-
secureChannels: [],
69-
muxers: [],
70-
},
65+
// Re-enable when we figure out the glibc mismatch issue: https://github.com/libp2p/test-plans/pull/342
66+
// {
67+
// id: "rust-chromium-v0.52",
68+
// transports: [{ name: "webtransport", onlyDial: true }],
69+
// secureChannels: [],
70+
// muxers: [],
71+
// },
7172
{
7273
id: "js-v0.45",
7374
transports: ["tcp", "ws", { name: "wss", onlyDial: true }],

0 commit comments

Comments
 (0)