Skip to content

Commit

Permalink
Disable git build for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
franzflasch committed Aug 18, 2024
1 parent 60fea61 commit 337d1da
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/avr8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cortex-m0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cortex-m3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cortex-m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/riscv32-baremetal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/riscv32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/riscv64-baremetal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/riscv64-uclibc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/x86_64_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/x86_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: echo "BUILD_ARCH=$(basename $ARCH .yml)" >> $GITHUB_ENV
env:
ARCH: ${{ github.workflow }}
- name: run_build_git
run: ./tests/run_single_test.sh $BUILD_ARCH 14
# - name: run_build_git
# run: ./tests/run_single_test.sh $BUILD_ARCH 14

- name: run_build_tar
run: ./tests/run_single_test.sh $BUILD_ARCH 14 "-t" "-p"
Expand Down

0 comments on commit 337d1da

Please sign in to comment.