Skip to content

Commit

Permalink
Try job similar to mr-ubuntu-gcc-x86-llvm-previous-cl3.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldav committed Aug 16, 2024
1 parent 94059d9 commit 2d6439b
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .github/workflows/run_pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,29 @@ jobs:
uses: ./.github/actions/do_build_ock
with:
build_type: Release

- name: run just online lit
run:
ninja -C build check-ock-all-lit

- name: run host online check
run:
ninja -C build check-ock-UnitCL

# use the previous build for online to get clc
- name: build host x86_64 offline release
uses: ./.github/actions/do_build_ock
with:
build_type: Release
extra_flags: -DCA_RUNTIME_COMPILER_ENABLED=OFF -DCA_EXTERNAL_CLC=${{ github.workspace }}/build/bin/clc
build_dir: build_offline
build_targets: UnitCL
assemble_spirv_ll_lit_test_offline: ON

- name: run host x86_64 offline
run:
ninja -C build_offline check-ock-UnitCL
build_targets: check-ock

# - name: run just online lit
# run:
# ninja -C build check-ock-all-lit

# - name: run host online check
# run:
# ninja -C build check-ock-UnitCL

# # use the previous build for online to get clc
# - name: build host x86_64 offline release
# uses: ./.github/actions/do_build_ock
# with:
# build_type: Release
# extra_flags: -DCA_RUNTIME_COMPILER_ENABLED=OFF -DCA_EXTERNAL_CLC=${{ github.workspace }}/build/bin/clc
# build_dir: build_offline
# build_targets: UnitCL
# assemble_spirv_ll_lit_test_offline: ON

# - name: run host x86_64 offline
# run:
# ninja -C build_offline check-ock-UnitCL

# build and run riscv m1, execute UnitCL and lit tests
run_riscv_m1:
Expand Down

0 comments on commit 2d6439b

Please sign in to comment.