Skip to content

Commit

Permalink
add g++-mips-linux-gnu to debian requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bates <[email protected]>
  • Loading branch information
bates64 authored Nov 19, 2024
1 parent 648bbb5 commit 1b3b695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if cat /etc/os-release | grep -E 'ID=debian|ID_LIKE=(.*)debian' &> /dev/null; th

echo "Installing packages for Debian or derivative (apt)"

${SUDO} apt install -y curl git python3 python3-pip python3-setuptools build-essential binutils-mips-linux-gnu zlib1g-dev libyaml-dev ninja-build cpp-mips-linux-gnu gcc-mips-linux-gnu || exit 1
${SUDO} apt install -y curl git python3 python3-pip python3-setuptools build-essential binutils-mips-linux-gnu zlib1g-dev libyaml-dev ninja-build cpp-mips-linux-gnu gcc-mips-linux-gnu g++-mips-linux-gnu || exit 1
python3 -m pip install -U -r requirements.txt
cp tools/precommit_check_no_assets.sh "$(git rev-parse --git-path hooks)/pre-commit" || exit 1

Expand Down

0 comments on commit 1b3b695

Please sign in to comment.