Skip to content

Commit

Permalink
replace busybox.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Sep 16, 2023
1 parent 9ade228 commit f6213d4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: build ${{ inputs.workflow }}-windows-${{ inputs.toolset }}
run: |
.tools\busybox64.exe sh ${{ inputs.workflow }}\build_${{ inputs.toolset }}.sh
.tools\busybox.exe sh ${{ inputs.workflow }}\build_${{ inputs.toolset }}.sh
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: build ${{ inputs.workflow }}-windows-${{ inputs.toolset }}
run: |
.tools\busybox64.exe sh ${{ inputs.workflow }}\build_${{ inputs.toolset }}.sh
.tools\busybox.exe sh ${{ inputs.workflow }}\build_${{ inputs.toolset }}.sh
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- name: build ${{ inputs.workflow }}-windows-${{ inputs.toolset }}
run: |
.tools\busybox64.exe sh ${{ inputs.workflow }}\build_${{ inputs.toolset }}.sh
.tools\busybox.exe sh ${{ inputs.workflow }}\build_${{ inputs.toolset }}.sh
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nanoserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Test ${{ inputs.artifact }} build on nanoserver-ltsc2022
run: |
tar -xf ./${{ inputs.artifact }}.tar.gz -C ./bin
docker container run --rm -v ${{ github.workspace }}:C:\app -w C:\app\${{ inputs.workflow }} ${{ env.IMAGE_NAME }} C:\app\.tools\busybox64.exe bash test_windows.sh
docker container run --rm -v ${{ github.workspace }}:C:\app -w C:\app\${{ inputs.workflow }} ${{ env.IMAGE_NAME }} C:\app\.tools\busybox.exe bash test_windows.sh
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: |
tar -xf ./${{ inputs.artifact }}.tar.gz -C ./bin
cd ./${{ inputs.workflow }}
../.tools/busybox64.exe bash ./test_windows.sh
../.tools/busybox.exe bash ./test_windows.sh
Binary file added .tools/busybox.exe
Binary file not shown.
Binary file removed .tools/busybox64.exe
Binary file not shown.

0 comments on commit f6213d4

Please sign in to comment.