diff --git a/transport-interop/impl/rust/v0.52/Makefile b/transport-interop/impl/rust/v0.52/Makefile index 7c26f2e09..0efc276a9 100644 --- a/transport-interop/impl/rust/v0.52/Makefile +++ b/transport-interop/impl/rust/v0.52/Makefile @@ -1,5 +1,5 @@ image_name := rust-v0.52 -commitSha := 6fe72bde6b519d98d545bb6d5a2803b5790d277e +commitSha := 8f66ad6627e3eb925324a1773938e30e825d9f71 all: image.json diff --git a/transport-interop/versions.ts b/transport-interop/versions.ts index 57f8f4bd8..d67dce33e 100644 --- a/transport-interop/versions.ts +++ b/transport-interop/versions.ts @@ -62,12 +62,13 @@ export const versions: Array = [ 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 }],