Skip to content

Commit

Permalink
Use crunch64-cli crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Jun 2, 2024
1 parent 1f9a08b commit e95ff8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
sh 'curl -L "https://github.com/decompals/mips-gcc-egcs-2.91.66/releases/latest/download/mips-gcc-egcs-2.91.66-linux.tar.gz" | tar zx -C tools/build/cc/egcs'
sh 'pip install -U -r requirements.txt'
sh 'cargo install pigment64'
sh 'cargo install crunch64'
sh 'cargo install crunch64-cli'
sh './configure'
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools/build/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
CRC_TOOL = f"{BUILD_TOOLS}/rom/n64crc"

PIGMENT64 = "pigment64"
CRUNCH64 = "crunch64"
CRUNCH64 = "crunch64-cli"

RUST_TOOLS = [
(PIGMENT64, "0.4.2"),
Expand Down

0 comments on commit e95ff8a

Please sign in to comment.