diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 07d5c5cd4..06dbda3f7 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -63,19 +63,16 @@ jobs: - name: Configure run: | - set -e echo "Current Shell:$0" echo "GCC Version: $(gcc --version)" ./configure 2>&1 | tee output.log - name: Make clean run: | - set -e make clean - name: Make run: | - set -ex git config --global --add safe.directory ${GITHUB_WORKSPACE} make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log @@ -90,7 +87,6 @@ jobs: - name: Make install run: | - set -e make CFLAGS="-Wno-missing-braces" install 2>&1 | tee -a output.log - name: Validate output @@ -146,20 +142,17 @@ jobs: - name: Configure run: | - set -e echo "Current Shell:$0" echo "GCC Version: $(gcc --version)" ./configure 2>&1 | tee output.log - name: Make clean run: | - set -e make clean - name: Make shell: bash run: | - set -ex git config --global --add safe.directory ${GITHUB_WORKSPACE} make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log @@ -175,7 +168,6 @@ jobs: - name: Make install run: | - set -e make install 2>&1 | tee -a output.log - name: Validate output