Skip to content

Add util/check_libirc.sh to check for libirc.so used in spack-stack environments #2127

Add util/check_libirc.sh to check for libirc.so used in spack-stack environments

Add util/check_libirc.sh to check for libirc.so used in spack-stack environments #2127

Workflow file for this run

name: util-tests
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: true
- name: run-util-tests
run: |
export SPACK_STACK_DIR=$PWD
source ./setup.sh
cd util/
./util_tests.sh