Skip to content

Commit 63ffd01

Browse files
committed
ci-artifacts: build with NO_RUST for the time being
Since the minimal Git for Windows SDK ci-artifact comes without Rust, and since Rust is _not yet_ mandatory in Git, let's build without the Rust parts in the `ci-artifacts` workflow. This recapitulates what the person driving that mandatory Rust business themselves did in `ci/lib.sh` in git/git's 32d5b90590 (Enable Rust by default, 2026-04-09). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent eda92b8 commit 63ffd01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
. /etc/profile
5353
test "$(cygpath -aw /)" = "${{github.workspace}}\minimal-sdk" || exit 1
5454
test "$(type -p gcc)" = "/mingw64/bin/gcc" || exit 1
55-
make -C ../git DEVELOPER=1 NO_PERL=1 SKIP_DASHED_BUILT_INS=YesPlease -j8 all strip
55+
make -C ../git DEVELOPER=1 NO_PERL=1 NO_RUST=UnfortunatelyYes SKIP_DASHED_BUILT_INS=YesPlease -j8 all strip
5656
- name: compress git artifacts
5757
shell: bash
5858
run: tar -C .. -czf git-artifacts.tar.gz --exclude '*.a' --exclude '*.o' --exclude .git --exclude .depend git

0 commit comments

Comments
 (0)