Skip to content

Commit

Permalink
Debug why windows does not build
Browse files Browse the repository at this point in the history
  • Loading branch information
coldav committed Jan 9, 2025
1 parent 78c9923 commit 77c9a71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/do_build_ock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ runs:
$WINDOWSCLC = "${{ inputs.external_clc }}" -replace $PATTERN, '/'
echo "windowsclc is $WINDOWSCLC"
echo "windowsclc='$WINDOWSCLC'" >> $env:GITHUB_OUTPUT
ls $PWD
ls $PWD/llvm_install
ls $PWD/llvm_install/lib
- name: cmake_ock
shell: ${{ inputs.shell_to_use }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/planned_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Windows llvm base
uses: llvm/actions/setup-windows@main
with:
arch: amd64
- name: build ock artefact
uses: ./.github/actions/do_build_ock_artefact
with:
Expand All @@ -68,6 +72,7 @@ jobs:

create_ock_artefacts_ubuntu:
needs: [workflow_vars]
if: contains(inputs.target_list, 'linux')
strategy:
matrix:
target: ${{ fromJson(inputs.target_list) }}
Expand Down

0 comments on commit 77c9a71

Please sign in to comment.