Merge branch 'dk/ci-rust-fix'

Build fix.

* dk/ci-rust-fix:
  rust: build correctly without GNU sed
This commit is contained in:
Junio C Hamano 2025-12-30 12:58:20 +09:00
commit b006b84119

View File

@ -26,7 +26,7 @@ then
exit $RET
fi
case "$(cargo -vV | sed -s 's/^host: \(.*\)$/\1/')" in
case "$(cargo -vV | sed -n 's/^host: \(.*\)$/\1/p')" in
*-windows-*)
LIBNAME=gitcore.lib;;
*)