Skip to content

Commit

Permalink
Apply 1 suggestion(s) to 1 file(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn-gt authored and aeflores committed Feb 5, 2024
1 parent d449636 commit 5488d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ build-ubuntu20-packages:
stage: test-packages1
script:
- echo -e "\ndeb [trusted=yes] file:$(pwd)/apt-repo ./\n" >> /etc/apt/sources.list
- 'TEST_PKG_NAME=$(dpkg --info apt-repo/libgtirb-dbg*.deb | sed -n "s/Package: //p")'
- 'TEST_PKG_NAME=$(dpkg --info apt-repo/libgtirb-dbg_*.deb | sed -n "s/Package: //p")'
- apt-get update -y && apt-get install -y --allow-unauthenticated $TEST_PKG_NAME
- '[ -f /usr/lib/debug/.build-id/$(readelf -n /usr/lib/libgtirb.so | grep ''Build ID: '' | cut -d":" -f2 | sed -E ''s/ ([a-f0-9]{2,})([a-f0-9]{30,})/\1\/\2/g'').debug ];'

Expand Down

0 comments on commit 5488d58

Please sign in to comment.