Skip to content

Bump sentry-sdk from 1.32.0 to 2.8.0 in /images/gh-gl-sync #8856

Bump sentry-sdk from 1.32.0 to 2.8.0 in /images/gh-gl-sync

Bump sentry-sdk from 1.32.0 to 2.8.0 in /images/gh-gl-sync #8856

name: spack_ci_bridge
on:
pull_request:
paths:
- images/gh-gl-sync/**
jobs:
spack_ci_bridge:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
build-essential \
cmake \
git \
openssh-client \
python3-pip
sudo pip3 install -r images/gh-gl-sync/requirements.txt
- name: test
run: |
ctest -VV -S .github/spack_ci_bridge.cmake