From 492672c7187486c02143a1f616154df4d23b6ec9 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sat, 23 Apr 2022 10:18:38 -0700 Subject: [PATCH] Revert "ci: GHA follow 'make' with 'make -q'" Stupid make... This reverts commit b4d7ebd6487e7b61d3b23d4d2c661e4c0f16fd8a. This reverts commit 0f0f9f49d654494067e0d6787e581d5de3401b3d. --- .github/workflows/ci-scripts-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 8389fe350..8ff677dc3 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -187,9 +187,6 @@ jobs: run: python .ci/cue.py prepare - name: Build main module run: python .ci/cue.py build - - name: Build main module (repeat?) - # repeat in "question mode" to ensure a repeated 'make' is a no-op. - run: python .ci/cue.py build all -q - name: Run main module tests run: python .ci/cue.py -T 60M test - name: Upload tapfiles Artifact