We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5730df6 commit 6973dfeCopy full SHA for 6973dfe
scripts/build-native-image.bash
@@ -44,7 +44,7 @@ main () {
44
cd vm
45
mx clean
46
mx -c 1 --env ni-ce build
47
- ls -alh
+ tree
48
49
cd "$BASELOC"
50
}
scripts/setup-requirements.sh
@@ -3,7 +3,7 @@
3
# ssl certs
4
sudo apt-get install -y ca-certificates libssl-dev\
5
qemu-user-static qemu-user binfmt-support \
6
- texinfo groff libtool\
+ texinfo groff libtool tree\
7
cmake ninja-build bison flex zip unzip lzip\
8
pkg-config build-essential autoconf re2c
9
0 commit comments