From 59536063a160a629cd5ab0543f4ea336c53348d8 Mon Sep 17 00:00:00 2001 From: Alan Forbes Date: Thu, 17 Oct 2024 11:15:18 +0100 Subject: [PATCH] tidy for full run --- .github/actions/do_build_ock/action.yml | 2 +- .github/workflows/pull_request.yml | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/actions/do_build_ock/action.yml b/.github/actions/do_build_ock/action.yml index a257370b9..0e89df805 100644 --- a/.github/actions/do_build_ock/action.yml +++ b/.github/actions/do_build_ock/action.yml @@ -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 }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4412b2977..c02c52cf9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 @@ -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