Skip to content

Commit b7103e9

Browse files
committed
use QEMU on Windows CI
1 parent 051fe64 commit b7103e9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ jobs:
138138
submodules: true
139139
- name: Setup build environment
140140
uses: ./.github/actions/setup-build
141+
- name: Set up QEMU
142+
uses: docker/setup-qemu-action@v3
143+
141144

142145
# - name: Install Docker
143146
# run: |
@@ -158,16 +161,18 @@ jobs:
158161
# echo "Dumping Program Files:"
159162
# ls "C:\Program Files\"
160163

161-
- name: Configure Docker Images
162-
shell: bash
163-
run: |
164-
echo "Building Docker images"
165-
./docker-images/build-images.sh mingw-x64
164+
# - name: Configure Docker Images
165+
# shell: bash
166+
# run: |
167+
# echo "Building Docker images"
168+
# ./docker-images/build-images.sh mingw-x64
169+
#
170+
# echo "Built images:"
171+
# ls dockcross-*
166172

167-
echo "Built images:"
168-
ls dockcross-*
169173
- name: Build and Test ${{ env.PACKAGE_NAME }}
170174
run: |
175+
# ./gradlew build -Paws.sdk.kotlin.crt.disableCrossCompile=mingw_x64
171176
./gradlew build
172177
- name: Save Test Reports
173178
if: failure()

0 commit comments

Comments
 (0)