mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-17 09:16:41 +00:00
fix: update rust-v0.52 hash to fix build error (#342)
This commit is contained in:
parent
9e2ae17326
commit
d1d9e18430
@ -1,5 +1,6 @@
|
||||
image_name := rust-v0.52
|
||||
commitSha := 51070dae6395821c5ab45014b7208f15975c9101
|
||||
# BROKEN because glibc does not match.
|
||||
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45
|
||||
|
||||
all: image.json
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
image_name := rust-v0.52
|
||||
commitSha := 51070dae6395821c5ab45014b7208f15975c9101
|
||||
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45
|
||||
|
||||
all: image.json
|
||||
|
||||
|
@ -62,12 +62,13 @@ export const versions: Array<Version> = [
|
||||
secureChannels: ["tls", "noise"],
|
||||
muxers: ["mplex", "yamux"],
|
||||
},
|
||||
{
|
||||
id: "rust-chromium-v0.52",
|
||||
transports: [{ name: "webtransport", onlyDial: true }],
|
||||
secureChannels: [],
|
||||
muxers: [],
|
||||
},
|
||||
// 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 }],
|
||||
// secureChannels: [],
|
||||
// muxers: [],
|
||||
// },
|
||||
{
|
||||
id: "js-v0.45",
|
||||
transports: ["tcp", "ws", { name: "wss", onlyDial: true }],
|
||||
|
Loading…
x
Reference in New Issue
Block a user