Skip to content

Commit

Permalink
github: Install gn from apt
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Falcato <[email protected]>
  • Loading branch information
heatd committed Jan 27, 2025
1 parent 8245dd3 commit 0f46b09
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/ci/install_ubuntu_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ set -e
# the base image

sudo apt-get update && sudo apt-get install libmpc-dev libgmp3-dev bison flex libmpfr-dev ninja-build clang lld \
parted mtools meson libfl2 pkgconf qemu-system uuid-dev gettext xorriso
mkdir gn_bin/
cd gn_bin
wget -q https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+/latest -O gn.zip
unzip gn.zip
parted mtools meson libfl2 pkgconf qemu-system uuid-dev gettext xorriso generate-ninja

0 comments on commit 0f46b09

Please sign in to comment.