From 1abd30881562f16bb2303c70d7aec73c4c62dfb9 Mon Sep 17 00:00:00 2001 From: Thomas BAUDIER Date: Tue, 2 Apr 2024 15:39:15 +0200 Subject: [PATCH] Install tbb lib for ubuntu for root Remove xrootd --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3db8858a..1c508f813 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,6 +49,7 @@ jobs: make \ binutils \ libx11-dev \ + libtbb-dev \ libxpm-dev \ libxft-dev \ libxext-dev \ @@ -95,6 +96,7 @@ jobs: -Dpython=OFF \ -Dpyroot=OFF \ -Dclad=OFF \ + -Dxrootd=OFF \ -DCMAKE_INSTALL_PREFIX=$HOME/software/root/install make -j4 install cd .. @@ -251,6 +253,21 @@ jobs: fi fi +# ssh_session: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout github repo +# uses: actions/checkout@v3 +# with: +# lfs: true +# - name: Checkout LFS objects +# run: git lfs checkout +# - name: Start SSH session +# uses: luchihoratiu/debug-via-ssh@main +# with: +# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} +# SSH_PASS: ${{ secrets.SSH_PASS }} + benchmarks: runs-on: ubuntu-latest needs: [build]