Skip to content

Commit 847c8cf

Browse files
committed
[ci] Add openSUSE Leap 15
1 parent a2c6bc3 commit 847c8cf

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
builtin_tbb=ON
2+
builtin_vdt=ON
3+
builtin_xrootd=ON
4+
builtin_unuran=ON
5+
builtin_nlohmannjson=ON
6+
test_distrdf_dask=OFF
7+
test_distrdf_pyspark=OFF
8+
tmva-sofie=ON
9+
pythia8=OFF
10+
r=OFF

.github/workflows/root-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,10 @@ jobs:
447447
# is_special: true
448448
# property: gpu
449449
# extra-runs-on: gpu
450+
# openSUSE Leap
451+
- image: opensuse15
452+
is_special: true
453+
property: "leap"
450454

451455
runs-on:
452456
- self-hosted

bindings/pyroot/pythonizations/test/import_load_libs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class ImportLoadLibs(unittest.TestCase):
8181
# AddressSanitizer runtime and ROOT configuration
8282
"libclang_rt.asan-.*",
8383
"libROOTSanitizerConfig",
84+
"libjitterentropy", # by libssl on openSUSE
8485
]
8586

8687
# Verbose mode of the test

0 commit comments

Comments
 (0)