Skip to content

Commit

Permalink
Update singularity build to use ADH APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Sep 16, 2024
1 parent a6cc9c6 commit c0f9110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
libpcap-dev libz-dev libprotobuf-c-dev protobuf-c-compiler \
libprotobuf-dev protobuf-compiler libprotoc-dev libzstd-dev \
${{ matrix.compiler[2] }}
curl -L https://github.com/llr-cta/CTA_ADH_APIS_Build/releases/download/${{matrix.os}}/cta_adh_apis_installed.tgz | sudo tar -zxvf - -C /
curl -L https://github.com/llr-cta/CTA_ADH_APIS_Build/releases/download/${{matrix.os}}/cta_adh_apis_installed.tgz | sudo tar -zxf - -C /
curl -L https://github.com/llr-cta/Geant4Build/releases/download/${{matrix.os}}-${{matrix.geant}}-OFF/Geant4-${{matrix.os}}-${{matrix.geant}}-OFF.tbz2 | sudo tar -jxf - -C /
- name: Print version information
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/singularity-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
libprotobuf-dev protobuf-compiler libprotoc-dev libzstd-dev \
build-essential libssl-dev uuid-dev libgpgme11-dev squashfs-tools \
libseccomp-dev pkg-config
curl -L https://github.com/llr-cta/CamerasToACTLRelease/releases/download/${{matrix.os}}/CamerasToACTL-${{matrix.os}}.tgz | sudo tar -zxf - -C /
curl -L https://github.com/llr-cta/CTA_ADH_APIS_Build/releases/download/${{matrix.os}}/cta_adh_apis_installed.tgz | sudo tar -zxf - -C /
curl -L https://github.com/llr-cta/Geant4Build/releases/download/${{matrix.os}}-${{matrix.geant}}-OFF/Geant4-${{matrix.os}}-${{matrix.geant}}-OFF.tbz2 | sudo tar -jxf - -C /
- name: Configure calin
Expand Down
2 changes: 1 addition & 1 deletion singularity_build.def
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ From: ubuntu:22.04
export CAMERASTOACTL_REL=ubuntu-22.04
export GEANT4_REL=ubuntu-22.04-11.2.2-OFF

curl -L https://github.com/llr-cta/CamerasToACTLRelease/releases/download/$CAMERASTOACTL_REL/CamerasToACTL-$CAMERASTOACTL_REL.tgz | tar -zxf - -C /
curl -L https://github.com/llr-cta/CTA_ADH_APIS_Build/releases/download/${{matrix.os}}/cta_adh_apis_installed.tgz | tar -zxf - -C /
curl -L https://github.com/llr-cta/Geant4Build/releases/download/$GEANT4_REL/Geant4-$GEANT4_REL.tbz2 | tar -jxf - -C /

tar -zxf /tmp/calin_installed.tgz -C /
Expand Down

0 comments on commit c0f9110

Please sign in to comment.