Merge pull request #9431 from ronald-cron-arm/fix-basic-build-test

basic-build-test.sh: Restore make only command
This commit is contained in:
Gilles Peskine
2024-07-29 12:10:11 +00:00
committed by GitHub

View File

@@ -76,7 +76,7 @@ export LDFLAGS=' --coverage'
make clean
cp "$CONFIG_H" "$CONFIG_BAK"
scripts/config.py full
make -j
make
# Step 2 - Execute the tests