Skip to content

Commit 2502abd

Browse files
builtin lz4 and dump libraries using otool
1 parent 639039f commit 2502abd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
root-version: ["v6-30-04", "v6-32-10", "v6-34-04"]
21+
root-version: ["v6-30-08", "v6-32-10", "v6-34-04"]
2222
# os: [macOS-13, macOS-14, macOS-15]
2323
os: [macOS-13]
2424

@@ -43,10 +43,12 @@ jobs:
4343
mkdir root-build
4444
mkdir root-${{ matrix.root-version }}
4545
cd root-build
46-
cmake -Dminimal=ON -DCMAKE_INSTALL_PREFIX=../root-${{ matrix.root-version }} ../root
46+
cmake -Dminimal=ON -Dbuiltin_lz4=ON -DCMAKE_INSTALL_PREFIX=../root-${{ matrix.root-version }} ../root
4747
make -j${{ steps.cpu-cores.outputs.count }}
4848
make install
4949
cd ../
50+
otool -L root-${{ matrix.root-version }}/rootcint
51+
otool -L root-${{ matrix.root-version }}/lib*
5052
tar vzcf root-${{ matrix.os }}-${{ matrix.root-version }}.tgz root-${{ matrix.root-version }}
5153

5254
- name: Create Release

0 commit comments

Comments
 (0)