Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 4e797b5

Browse files
committed
build-xbbi: temporary hack to redo windows
1 parent 7a69557 commit 4e797b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-xbbi.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ jobs:
4242
fetch-depth: 3
4343
submodules: true
4444

45-
- name: 'Clean working area'
46-
run: rm -rf ~/Work/riscv-none-embed-gcc-${{ github.event.inputs.version }}*
45+
# - name: 'Clean working area'
46+
# run: rm -rf ~/Work/riscv-none-embed-gcc-${{ github.event.inputs.version }}*
4747

48-
- name: 'Build Linux x64 binary'
49-
timeout-minutes: 1440
50-
run: bash scripts/helper/build.sh --version "${{ github.event.inputs.version }}" --linux64
48+
# - name: 'Build Linux x64 binary'
49+
# timeout-minutes: 1440
50+
# run: bash scripts/helper/build.sh --version "${{ github.event.inputs.version }}" --linux64
5151

52-
- name: 'Build Linux ia32 binary'
53-
timeout-minutes: 1440
54-
run: bash scripts/helper/build.sh --version "${{ github.event.inputs.version }}" --linux32
52+
# - name: 'Build Linux ia32 binary'
53+
# timeout-minutes: 1440
54+
# run: bash scripts/helper/build.sh --version "${{ github.event.inputs.version }}" --linux32
5555

5656
- name: 'Build Windows x64 binary'
5757
timeout-minutes: 1440

0 commit comments

Comments
 (0)