Skip to content

Commit 3330aed

Browse files
committed
.
1 parent b56baed commit 3330aed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515

1616
jobs:
1717
ubuntu-build:
18-
name: Ubuntu
1918
runs-on: ubuntu-latest
2019
container:
2120
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
@@ -131,6 +130,8 @@ jobs:
131130
disable_hwloc: 'OFF'
132131
link_hwloc_statically: 'ON'
133132
cmake_ver: 'default'
133+
name: Basic (${{matrix.os}}, build_type=${{matrix.build_type}}, compilers=${{matrix.compiler.c}}/${{matrix.compiler.cxx}}, shared_library=${{matrix.shared_library}}, level_zero_provider=${{matrix.level_zero_provider}}, cuda_provider=${{matrix.cuda_provider}}, install_tbb=${{matrix.install_tbb}}, disable_hwloc=${{matrix.disable_hwloc}}, link_hwloc_statically=${{matrix.link_hwloc_statically}}, cmake_ver=${{matrix.cmake_ver}})
134+
134135
steps:
135136
- name: Checkout
136137
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/reusable_fast.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313

1414
jobs:
1515
ubuntu-build:
16-
name: Linux
1716
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
1817
container:
1918
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
@@ -40,6 +39,7 @@ jobs:
4039
- os: ubuntu-24.04
4140
build_tests: 'ON'
4241
simple_cmake: 'ON'
42+
name: Fast builds (Linux, build_tests=${{matrix.build_tests}}, simple_cmake=${{matrix.simple_cmake}}, extra_build_options=${{matrix.extra_build_options}})
4343

4444
steps:
4545
- name: Checkout repository
@@ -88,9 +88,7 @@ jobs:
8888

8989
# TODO: use dockers
9090
windows-build:
91-
name: Windows
9291
runs-on: windows-latest
93-
9492
env:
9593
VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
9694
strategy:
@@ -102,6 +100,7 @@ jobs:
102100
simple_cmake: 'OFF'
103101
- build_tests: 'OFF'
104102
simple_cmake: 'ON'
103+
name: Fast builds (Windows, build_tests=${{matrix.build_tests}}, simple_cmake=${{matrix.simple_cmake}})
105104

106105
steps:
107106
- name: Checkout repository

0 commit comments

Comments
 (0)