diff --git a/transport-interop/impl/rust-chromium/v0.52/Makefile b/transport-interop/impl/rust-chromium/v0.54/Makefile similarity index 81% rename from transport-interop/impl/rust-chromium/v0.52/Makefile rename to transport-interop/impl/rust-chromium/v0.54/Makefile index 551b7018f..e9eb011aa 100644 --- a/transport-interop/impl/rust-chromium/v0.52/Makefile +++ b/transport-interop/impl/rust-chromium/v0.54/Makefile @@ -1,6 +1,5 @@ -image_name := rust-chromium-v0.52 -# BROKEN because glibc does not match. -commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45 +image_name := rust-chromium-v0.54 +commitSha := d7beb55f672dce54017fa4b30f67ecb8d66b9810 all: image.json diff --git a/transport-interop/impl/rust/v0.51/Makefile b/transport-interop/impl/rust/v0.51/Makefile deleted file mode 100644 index e163c1f9a..000000000 --- a/transport-interop/impl/rust/v0.51/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -image_name := rust-v0.51 -commitSha := 8c26c617b94d992c5fbd91efc73049c838740df1 - -all: image.json - -image.json: rust-libp2p-${commitSha} - cd rust-libp2p-${commitSha} && IMAGE_NAME=${image_name} ../../../../dockerBuildWrapper.sh -f interop-tests/Dockerfile . - docker image inspect ${image_name} -f "{{.Id}}" | \ - xargs -I {} echo "{\"imageID\": \"{}\"}" > $@ - -rust-libp2p-${commitSha}: rust-libp2p-${commitSha}.zip - unzip -o rust-libp2p-${commitSha}.zip - -rust-libp2p-${commitSha}.zip: - wget -O $@ "https://github.com/libp2p/rust-libp2p/archive/${commitSha}.zip" - -clean: - rm image.json - rm rust-libp2p-*.zip - rm -rf rust-libp2p-* diff --git a/transport-interop/impl/rust/v0.52/Makefile b/transport-interop/impl/rust/v0.54/Makefile similarity index 87% rename from transport-interop/impl/rust/v0.52/Makefile rename to transport-interop/impl/rust/v0.54/Makefile index e15e9f97f..c21bac4a0 100644 --- a/transport-interop/impl/rust/v0.52/Makefile +++ b/transport-interop/impl/rust/v0.54/Makefile @@ -1,5 +1,5 @@ -image_name := rust-v0.52 -commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45 +image_name := rust-v0.54 +commitSha := d7beb55f672dce54017fa4b30f67ecb8d66b9810 all: image.json diff --git a/transport-interop/versionsInput.json b/transport-interop/versionsInput.json index b879df789..a93731a20 100644 --- a/transport-interop/versionsInput.json +++ b/transport-interop/versionsInput.json @@ -1,6 +1,6 @@ [ { - "id": "rust-v0.51", + "id": "rust-v0.53", "transports": [ "ws", "tcp", @@ -17,7 +17,7 @@ ] }, { - "id": "rust-v0.52", + "id": "rust-v0.54", "transports": [ "ws", "tcp", @@ -34,15 +34,22 @@ ] }, { - "id": "rust-v0.53", + "id": "rust-chromium-v0.53", "transports": [ - "ws", - "tcp", - "quic-v1", - "webrtc-direct" + { + "name": "webtransport", + "onlyDial": true + }, + { + "name": "webrtc-direct", + "onlyDial": true + }, + { + "name": "ws", + "onlyDial": true + } ], "secureChannels": [ - "tls", "noise" ], "muxers": [ @@ -51,7 +58,7 @@ ] }, { - "id": "rust-chromium-v0.53", + "id": "rust-chromium-v0.54", "transports": [ { "name": "webtransport",