From 64ca5337fe7afd6ae1718bee37c7ef472812c8af Mon Sep 17 00:00:00 2001 From: Andrei Radulescu Date: Tue, 16 Jan 2024 10:23:53 +0000 Subject: [PATCH] temp build only agnos-compiler-mapbox-gl-native --- build_system.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build_system.sh b/build_system.sh index 0d90a54..0078908 100755 --- a/build_system.sh +++ b/build_system.sh @@ -44,7 +44,10 @@ fi # Start docker build echo "Building image" export DOCKER_CLI_EXPERIMENTAL=enabled -docker build -f Dockerfile.agnos -t agnos-builder $DIR +# docker build -f Dockerfile.agnos -t agnos-builder $DIR +# docker build -f Dockerfile.agnos -t agnos-compiler-capnp --target agnos-compiler-capnp $DIR +docker build -f Dockerfile.agnos -t agnos-compiler-mapbox-gl-native --target agnos-compiler-mapbox-gl-native $DIR +exit 0 # Create filesystem ext4 image echo "Creating empty filesystem"