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

fix: abi check #1548

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/travis-ci/abi-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ make check &> /dev/null
make install &> /dev/null
cd ..
export PATH=${PWD}/tools/wdiff/bin:$PATH
wget https://tools.ietf.org/tools/rfcdiff/rfcdiff
wget https://github.com/ietf-tools/rfcdiff/raw/ee3048e5934508946507776441fb265231b6bc44/rfcdiff
chmod +x rfcdiff
mv rfcdiff ${PWD}/tools
export PATH=${PWD}/tools:$PATH
Expand All @@ -80,7 +80,7 @@ make -C installer-0.10 install prefix=${PWD}/tools/abi-tracker target=abi-tracke
export PATH=${PWD}/tools/abi-tracker/bin:$PATH

# This will print configuration
# travis-ci doesn't dump cmake version in system info, let's print it
# travis-ci doesn't dump cmake version in system info, let's print it
cmake --version

# RUN THE ABI-CHECK SCRIPTS
Expand Down Expand Up @@ -141,7 +141,7 @@ fi

rm -rf src/openjpeg/current
rm -rf build_logs

if [ ${OPJ_UPLOAD_ABI_REPORT} -eq 1 ]; then
git config user.name "OpenJPEG Travis CI"
git config user.email "info@openjpeg.org"
Expand Down