Skip to content

Commit

Permalink
Check caching system
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 22, 2024
1 parent d13c065 commit 7d633c0
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,39 +99,39 @@ jobs:
# cling: On
# cling-version: '1.0'
# cppyy: On
- name: win2022-msvc-clang-repl-17
os: windows-2022
compiler: msvc
clang-runtime: '17'
cling: Off
cppyy: Off
# - name: win2022-msvc-clang-repl-17
# os: windows-2022
# compiler: msvc
# clang-runtime: '17'
# cling: Off
# cppyy: Off
#Commented out until rest of ci for Windows tested
#- name: win2022-msvc-clang-repl-17-cppyy
# os: windows-2022
# compiler: msvc
# clang-runtime: '17'
# cling: Off
# cppyy: On
- name: win2022-msvc-clang-repl-16
os: windows-2022
compiler: msvc
clang-runtime: '16'
cling: Off
cppyy: Off
# - name: win2022-msvc-clang-repl-16
# os: windows-2022
# compiler: msvc
# clang-runtime: '16'
# cling: Off
# cppyy: Off
#Commented out until rest of ci for Windows tested
#- name: win2022-msvc-clang-repl-16-cppyy
# os: windows-2022
# compiler: msvc
# clang-runtime: '16'
# cling: Off
# cppyy: On
- name: win2022-msvc-cling
os: windows-2022
compiler: msvc
clang-runtime: '13'
cling: On
cling-version: '1.0'
cppyy: Off
# - name: win2022-msvc-cling
# os: windows-2022
# compiler: msvc
# clang-runtime: '13'
# cling: On
# cling-version: '1.0'
# cppyy: Off
#Commented out until rest of ci for Windows tested
#- name: win2022-msvc-cling-cppyy
# os: windows-2022
Expand Down Expand Up @@ -462,7 +462,8 @@ jobs:
cmake --build . --target clang clang-repl --parallel ${{ env.ncpus }}
fi
cd ../../
cp -r ./llvm-project/ ./cppyy-backend/
cp -r -v ./llvm-project/ ./cppyy-backend/
echo "Copy llvm-project folder to cppyy-backend for caching"
- name: Build LLVM/Cling on Windows systems if the cache is invalid
if: ${{ runner.os == 'windows' && steps.cache.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 7d633c0

Please sign in to comment.