Skip to content

Commit 6973dfe

Browse files
committed
native-image still missing
1 parent 5730df6 commit 6973dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build-native-image.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main () {
4444
cd vm
4545
mx clean
4646
mx -c 1 --env ni-ce build
47-
ls -alh
47+
tree
4848

4949
cd "$BASELOC"
5050
}

scripts/setup-requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ssl certs
44
sudo apt-get install -y ca-certificates libssl-dev\
55
qemu-user-static qemu-user binfmt-support \
6-
texinfo groff libtool\
6+
texinfo groff libtool tree\
77
cmake ninja-build bison flex zip unzip lzip\
88
pkg-config build-essential autoconf re2c
99

0 commit comments

Comments
 (0)