Skip to content

Commit a0530e0

Browse files
committed
build.sh: Build m1n1 twice just in case
Signed-off-by: Hector Martin <[email protected]>
1 parent 5c06cc9 commit a0530e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ wget -Nc "$PYTHON_URI"
4747

4848
echo "Building m1n1..."
4949

50+
# Do it twice in case of build system shenanigans with versions
51+
make -C "$M1N1" RELEASE=1 CHAINLOADING=1 -j4
5052
make -C "$M1N1" RELEASE=1 CHAINLOADING=1 -j4
5153

5254
echo "Copying files..."

0 commit comments

Comments
 (0)