Skip to content

Commit 33d7b98

Browse files
committed
Debug/fix
1 parent 5c0fe14 commit 33d7b98

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,12 @@ jobs:
273273
run: |
274274
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
275275
# so we need to set some extra cmake flags to disable this.
276-
cmake --debug-trycompile --trace-expand -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
276+
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
277277
${{ needs.prepare.outputs.target-cmake-flags }} \
278278
-C clang/cmake/caches/Release.cmake \
279279
-DCMAKE_CXX_FLAGS=-DLIBXML_STATIC \
280280
-DCMAKE_C_FLAGS=-DLIBXML_STATIC \
281+
-DCMAKE_PREFIX_PATH=/s/libxml-install \
281282
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
282283
283284
- name: Build
@@ -287,14 +288,6 @@ jobs:
287288
release_dir=`find ${{ steps.setup-stage.outputs.build-prefix }}/build -iname 'stage2-bins'`
288289
mv $release_dir/${{ needs.prepare.outputs.release-binary-filename }} .
289290
290-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
291-
if: always()
292-
with:
293-
name: debug
294-
path: |
295-
build/
296-
libxml-install/
297-
298291
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
299292
with:
300293
name: ${{ runner.os }}-${{ runner.arch }}-release-binary

0 commit comments

Comments
 (0)