Skip to content

Commit

Permalink
Turn on Ubuntu 24.04 arm cppyy jobs ci (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 28, 2025
1 parent 5681228 commit 5edfae3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/Ubuntu-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,32 +306,36 @@ jobs:
cling: On
cling-version: '1.0'
cppyy: On
- name: ubu24-arm-gcc12-clang-repl-19
- name: ubu24-arm-gcc12-clang-repl-19-cppyy
os: ubuntu-24.04-arm
compiler: gcc-12
clang-runtime: '19'
cling: Off
- name: ubu24-arm-gcc12-clang-repl-18
cppyy: On
- name: ubu24-arm-gcc12-clang-repl-18-cppyy
os: ubuntu-24.04-arm
compiler: gcc-12
clang-runtime: '18'
cling: Off
- name: ubu24-arm-gcc12-clang-repl-17
cppyy: On
- name: ubu24-arm-gcc12-clang-repl-17-cppyy
os: ubuntu-24.04-arm
compiler: gcc-12
clang-runtime: '17'
cling: Off
cppyy: On
- name: ubu24-arm-gcc12-clang-repl-16
os: ubuntu-24.04-arm
compiler: gcc-12
clang-runtime: '16'
cling: Off
cppyy: Off
- name: ubu24-arm-gcc9-clang13-cling
- name: ubu24-arm-gcc9-clang13-cling-cppyy
os: ubuntu-24.04-arm
compiler: gcc-9
clang-runtime: '13'
cling: On
cppyy: On
cling-version: '1.0'

steps:
Expand Down

0 comments on commit 5edfae3

Please # to comment.