fix: update rust-v0.52 hash to fix build error (#342)

This commit is contained in:
Thomas Eizinger 2024-01-24 12:47:42 -08:00 committed by GitHub
parent 9e2ae17326
commit d1d9e18430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,6 @@
image_name := rust-v0.52 image_name := rust-v0.52
commitSha := 51070dae6395821c5ab45014b7208f15975c9101 # BROKEN because glibc does not match.
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45
all: image.json all: image.json

View File

@ -1,5 +1,5 @@
image_name := rust-v0.52 image_name := rust-v0.52
commitSha := 51070dae6395821c5ab45014b7208f15975c9101 commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45
all: image.json all: image.json

View File

@ -62,12 +62,13 @@ export const versions: Array<Version> = [
secureChannels: ["tls", "noise"], secureChannels: ["tls", "noise"],
muxers: ["mplex", "yamux"], muxers: ["mplex", "yamux"],
}, },
{ // Re-enable when we figure out the glibc mismatch issue: https://github.com/libp2p/test-plans/pull/342
id: "rust-chromium-v0.52", // {
transports: [{ name: "webtransport", onlyDial: true }], // id: "rust-chromium-v0.52",
secureChannels: [], // transports: [{ name: "webtransport", onlyDial: true }],
muxers: [], // secureChannels: [],
}, // muxers: [],
// },
{ {
id: "js-v0.45", id: "js-v0.45",
transports: ["tcp", "ws", { name: "wss", onlyDial: true }], transports: ["tcp", "ws", { name: "wss", onlyDial: true }],