Skip to content

Commit d527d0f

Browse files
committed
bump cross to the latest main branch: 49338b18fdb82dedb2a813664e2e565ca73e2047
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 30f8c9f commit d527d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ tests/clean:
147147
# pin cross to a specific commit to avoid breaking changes
148148
.PHONY: install-cross install-k3d check-bins pod-status-check setup
149149
install-cross:
150-
@if [ -z $$(which cross) ]; then cargo install cross --git https://github.com/cross-rs/cross --rev 5896ed1359642510855ca9ee50ce7fdf75c50e3c; fi
151-
@cross -V 2>/dev/null | grep 5896ed1 || echo "WARN: unsupported version of cross found. Building containerd-shim-spin requires specific version of cross.\n\nPlease uninstall and run make install-cross to install the supported version."
150+
@if [ -z $$(which cross) ]; then cargo install cross --git https://github.com/cross-rs/cross --rev 49338b18fdb82dedb2a813664e2e565ca73e2047; fi
151+
@cross -V 2>/dev/null | grep 49338b1 || echo "WARN: unsupported version of cross found. Building containerd-shim-spin requires specific version of cross.\n\nPlease uninstall and run make install-cross to install the supported version."
152152

153153
install-k3d:
154154
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash

0 commit comments

Comments
 (0)