Skip to content

Commit

Permalink
Merge branch 'feature/root_fix' into release/v09_83_00
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarren committed Jan 10, 2024
2 parents 1e3024f + 28958f0 commit a662bdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
# TODO: Does the version need to change with compiler?
- name: Pull ROOT
if: matrix.monitoring == 'ON'
run: wget https://root.cern/download/root_v6.26.10.Linux-ubuntu22-x86_64-gcc11.3.tar.gz
run: wget https://root.cern/download/root_v6.26.14.Linux-ubuntu22-x86_64-gcc11.4.tar.gz
- name: Unpack ROOT
if: matrix.monitoring == 'ON'
run: tar -xzvf root_v6.26.10.Linux-ubuntu22-x86_64-gcc11.3.tar.gz && mv root/ /pandora/root
run: tar -xzvf root_v6.26.14.Linux-ubuntu22-x86_64-gcc11.4.tar.gz && mv root/ /pandora/root

# Sort LibTorch install out.
- name: Pull Torch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Install ROOT
if: matrix.monitoring == 'ON'
run: |
wget https://root.cern/download/root_v6.26.10.Linux-ubuntu18-x86_64-gcc7.5.tar.gz
tar -xzvf root_v6.26.10.Linux-ubuntu18-x86_64-gcc7.5.tar.gz && mv root/ /pandora/root
wget https://root.cern/download/root_v6.26.14.Linux-ubuntu20-x86_64-gcc9.4.tar.gz
tar -xzvf root_v6.26.14.Linux-ubuntu20-x86_64-gcc9.4.tar.gz && mv root/ /pandora/root
# Sort LibTorch install out...
- name: Install Torch
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------------------------------------------------------------------
TAG v04_06_01
--------------------------------------------------------------------------------------------------------------------------------------------
Git actions workflow updates to reflect upstream changes in ROOT

--------------------------------------------------------------------------------------------------------------------------------------------
TAG v04_06_00
--------------------------------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit a662bdd

Please sign in to comment.