Skip to content

Commit

Permalink
scripts - Re-add rustc to 1.74 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Nov 1, 2024
1 parent 17d1e5f commit 1a94f98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-1.74.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ make -f minicargo.mk LIBS $@
make test $@
make local_tests $@

LIBGIT2_SYS_USE_PKG_CONFIG=1 make -f minicargo.mk -j ${PARLEVEL:-1} output-1.74.0/cargo $@
./output-1.74.0/cargo --version

RUSTC_INSTALL_BINDIR=bin make -f minicargo.mk output-1.74.0/rustc $@
./output-1.74.0/rustc --version

LIBGIT2_SYS_USE_PKG_CONFIG=1 make -f minicargo.mk -j ${PARLEVEL:-1} output-1.74.0/cargo $@
./output-1.74.0/cargo --version

0 comments on commit 1a94f98

Please sign in to comment.