Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding testing workflow for libabigail #10

Merged
merged 14 commits into from
Apr 22, 2022
3 changes: 2 additions & 1 deletion docker/Dockerfile.fedora-base
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ RUN dnf install -y \
cpio \
elfutils-devel \
gcc-c++ \
lbzip2 \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit shouldn't this be below the other libs

libtool \
libxml2-devel \
python3-koji \
python3-mock \
python3-pyxdg \
shared-mime-info \
six \
lbzip2 \
wget
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN mkdir -p build && \
-fasynchronous-unwind-tables -O2" LDFLAGS="-Wl,--no-undefined" \
../configure --prefix=/opt/libabigail --enable-rpm=yes && \
make -j4 && \
make check || cat tests/test-suite.log && exit 1
make check