From 41ae9d98c7674d687bf8de414c66636c2dc68fbd Mon Sep 17 00:00:00 2001 From: red0124 <75804778+red0124@users.noreply.github.com> Date: Fri, 4 Jul 2025 17:29:20 +0200 Subject: [PATCH] [skip ci] Remove ICC ci --- .github/workflows/ubuntu-latest-icc.yml | 77 ------------------------- README.md | 1 - 2 files changed, 78 deletions(-) delete mode 100644 .github/workflows/ubuntu-latest-icc.yml diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml deleted file mode 100644 index 72d837f..0000000 --- a/.github/workflows/ubuntu-latest-icc.yml +++ /dev/null @@ -1,77 +0,0 @@ -name: ubuntu-latest-icc-ci - -on: - workflow_dispatch: - - push: - branches: - - master - - feature/** - - improvement/** - - bugfix/** - - pull_request: - branches: - - master - - feature/** - - improvement/** - - bugfix/** - -env: - LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/17431/l_BaseKit_p_2021.1.0.2659_offline.sh - LINUX_HPCKIT_URL: - https://registrationcenter-download.intel.com/akdlm/irc_nas/17427/l_HPCKit_p_2021.1.0.2684_offline.sh - -jobs: - icc_tests: - if: >- - ! contains(toJSON(github.event.commits.*.message), '[skip ci]') && - ! contains(toJSON(github.event.commits.*.message), '[skip github]') - - runs-on: ubuntu-latest - - defaults: - run: - shell: bash - - container: - image: gcc:10 - options: -v /usr/local:/host_usr_local - - steps: - - uses: actions/checkout@v2 - - - name: cache install - id: cache-install - uses: actions/cache@v2 - with: - path: | - /opt/intel/oneapi/compiler - key: >- - install-${{env.LINUX_HPCKIT_URL}}- - ${{env.LINUX_CPP_COMPONENTS_WEB}}- - compiler-${{hashFiles('**/scripts/cache_exclude_linux.sh')}} - - - name: Install icc - run: >- - script/ci_install_icc.sh $LINUX_HPCKIT_URL $LINUX_CPP_COMPONENTS_WEB - - - name: CMake - run: echo "/host_usr_local/bin" >> $GITHUB_PATH - - - name: Install dependencies - run: script/ci_install_deps.sh - - - name: Configure - run: >- - source script/ci_setup_icc.sh && - cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug - - - name: Build - run: >- - source script/ci_setup_icc.sh && - cmake --build build -j ${{steps.cores.outputs.count}} - - - name: Run - working-directory: build - run: ctest --output-on-failure diff --git a/README.md b/README.md index cc0340b..880411e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ [![single-header](https://github.com/red0124/ssp/workflows/single-header-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/single-header.yml) [![ubuntu-latest-gcc](https://github.com/red0124/ssp/workflows/ubuntu-latest-gcc-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/ubuntu-latest-gcc.yml) [![ubuntu-latest-clang](https://github.com/red0124/ssp/workflows/ubuntu-latest-clang-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/ubuntu-latest-clang.yml) -[![ubuntu-latest-icc](https://github.com/red0124/ssp/workflows/ubuntu-latest-icc-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/ubuntu-latest-icc.yml) [![windows-msys2-gcc](https://github.com/red0124/ssp/workflows/win-msys2-gcc-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msys2-gcc.yml) [![windows-msys2-clang](https://github.com/red0124/ssp/workflows/win-msys2-clang-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msys2-clang.yml) [![windows-msvc](https://github.com/red0124/ssp/workflows/win-msvc-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msvc.yml)