Skip to content

Commit

Permalink
Disable clang-repl jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 9, 2024
1 parent 63bf878 commit c7d4560
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,56 +21,56 @@ jobs:
fail-fast: false
matrix:
include:
- name: ubu22-x86-gcc12-clang17
os: ubuntu-22.04
compiler: gcc-12
clang-runtime: '17'
cling: Off
cppyy: On
- name: ubu22-x86-gcc12-clang16
os: ubuntu-22.04
compiler: gcc-12
clang-runtime: '16'
cling: Off
cppyy: On
#- name: ubu22-x86-gcc12-clang17
# os: ubuntu-22.04
# compiler: gcc-12
# clang-runtime: '17'
# cling: Off
# cppyy: On
#- name: ubu22-x86-gcc12-clang16
# os: ubuntu-22.04
# compiler: gcc-12
# clang-runtime: '16'
# cling: Off
# cppyy: On
- name: ubu22-x86-gcc12-cling
os: ubuntu-22.04
compiler: gcc-12
clang-runtime: '13'
cling: On
cling-version: '1.0'
cppyy: On
- name: osx13-x86-clang-clang17
os: macos-13
compiler: clang
clang-runtime: '17'
cling: Off
cppyy: On
- name: osx13-x86-clang-clang16
os: macos-13
compiler: clang
clang-runtime: '16'
cling: Off
cppyy: On
#- name: osx13-x86-clang-clang17
# os: macos-13
# compiler: clang
# clang-runtime: '17'
# cling: Off
# cppyy: On
#- name: osx13-x86-clang-clang16
# os: macos-13
# compiler: clang
# clang-runtime: '16'
# cling: Off
# cppyy: On
- name: osx13-x86-clang-cling
os: macos-13
compiler: clang
clang-runtime: '13'
cling: On
cling-version: '1.0'
cppyy: On
- name: osx14-arm-clang-clang17
os: macos-14
compiler: clang
clang-runtime: '17'
cling: Off
cppyy: On
- name: osx14-arm-clang-clang16
os: macos-14
compiler: clang
clang-runtime: '16'
cling: Off
cppyy: On
#- name: osx14-arm-clang-clang17
# os: macos-14
# compiler: clang
# clang-runtime: '17'
# cling: Off
# cppyy: On
#- name: osx14-arm-clang-clang16
# os: macos-14
# compiler: clang
# clang-runtime: '16'
# cling: Off
# cppyy: On
- name: osx14-arm-clang-cling
os: macos-14
compiler: clang
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
-DUSE_CLING=ON \
-DUSE_REPL=OFF \
-DCling_DIR=$LLVM_BUILD_DIR/tools/cling \
-DCling_DIR=$LLVM_BUILD_DIR \
-DLLVM_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
-DClang_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
-DBUILD_SHARED_LIBS=ON \
Expand Down

0 comments on commit c7d4560

Please sign in to comment.