Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion transport-interop/impl/rust-chromium/v0.52/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
image_name := rust-v0.52
commitSha := 51070dae6395821c5ab45014b7208f15975c9101
# BROKEN because glibc does not match.
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45

all: image.json

Expand Down
2 changes: 1 addition & 1 deletion transport-interop/impl/rust/v0.52/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image_name := rust-v0.52
commitSha := 51070dae6395821c5ab45014b7208f15975c9101
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45

all: image.json

Expand Down
13 changes: 7 additions & 6 deletions transport-interop/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }],
Expand Down