Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde authored Jul 8, 2024
1 parent 9a0607c commit dcc28fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
intel:
runs-on: ubuntu-latest
name: intel-oneapi (c++${{ matrix.standard }})
container: flagarde/ci-ubuntu-gcc-11-x86_64:latest
container: ghcr.io/flagarde/ci-ubuntu-intel-2024.2-x86_64:latest
strategy:
fail-fast: false
matrix:
Expand All @@ -181,10 +181,7 @@ jobs:
- name: ⬇️ Install intel-oneapi
run: apt install --no-install-recommends -y intel-oneapi-compiler-dpcpp-cpp
- name: 🔧 Configure
env:
CC: icx
CXX: icpx
run: . /opt/intel/oneapi/setvars.sh ; cmake -S ${{ env.CMAKE_SOURCE_PREFIX }} -B ${{ env.CMAKE_BINARY_PREFIX }} -D CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -D CMAKE_CXX_STANDARD=${{ matrix.standard }} -D CMAKE_INSTALL_PREFIX=${{ env.CMAKE_INSTALL_PREFIX }} -D CPPTERMINAL_ENABLE_DOCS=OFF
run: cmake -S ${{ env.CMAKE_SOURCE_PREFIX }} -B ${{ env.CMAKE_BINARY_PREFIX }} -D CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -D CMAKE_CXX_STANDARD=${{ matrix.standard }} -D CMAKE_INSTALL_PREFIX=${{ env.CMAKE_INSTALL_PREFIX }} -D CPPTERMINAL_ENABLE_DOCS=OFF
- name: ⚙️ Build
run: cmake --build ${{ env.CMAKE_BINARY_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }} --parallel ${{ env.CMAKE_NUMBER_JOBS }}
- name: 🧪 Test
Expand Down

0 comments on commit dcc28fc

Please sign in to comment.