Skip to content

Commit

Permalink
tidy for full run
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Oct 17, 2024
1 parent 1677b00 commit 5953606
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/do_build_ock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:
using: "composite"
steps:

- name: set ICD registry
- name: windows - set ICD registry and external clc for cmake
id: set_windows
if: startsWith(runner.os, 'Windows')
shell: ${{ inputs.shell_to_use }}
Expand Down
18 changes: 8 additions & 10 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,14 @@ jobs:
llvm_build_type: RelAssert
os: windows

- name: list me
shell: pwsh
run: |
get-childitem ${{ github.workspace }}
# - name: list me
# shell: pwsh
# run: |
# get-childitem ${{ github.workspace }}

- name: build ock x86_64 relassert
uses: ./.github/actions/do_build_ock
with:
external_clc: "${{ github.workspace }}/build/bin/clc.exe"

build_targets: check-ock
enable_api: ""
builtin_kernel: ON
Expand All @@ -92,10 +90,10 @@ jobs:
debug_support: ON
extra_flags: -DCMAKE_C_COMPILER='cl.exe' -DCMAKE_CXX_COMPILER='cl.exe'

- name: list me again
shell: pwsh
run:
get-childitem -recurse ${{ github.workspace }}/build
# - name: list me again
# shell: pwsh
# run:
# get-childitem -recurse ${{ github.workspace }}/build

- name: build ock x86_64 offline
uses: ./.github/actions/do_build_ock
Expand Down

0 comments on commit 5953606

Please sign in to comment.