We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43ab4e commit 46a6ce1Copy full SHA for 46a6ce1
1 file changed
scripts/cfg/prepare.sh
@@ -25,8 +25,7 @@ echo ""
25
26
echo "Prepare 42..."
27
cd $USER_NOS3_DIR
28
-# git clone https://github.com/nasa-itc/42.git --depth 1 -b V20260401 #change to tag once ready for release
29
-git clone https://github.com/nasa-itc/42.git --depth 1 -b nos3-dev
+git clone https://github.com/nasa-itc/42.git --depth 1 -b dev_20260403
30
cd $USER_NOS3_DIR/42
31
$DFLAGS_CPUS -v $BASE_DIR:$BASE_DIR -v $USER_NOS3_DIR:$USER_NOS3_DIR -w $USER_NOS3_DIR/42 --name "nos3_42_build" $DBOX make
32
echo ""
0 commit comments