Skip to content

Commit

Permalink
Merge pull request #1548 from mayeut/fix-abi-check
Browse files Browse the repository at this point in the history
fix: abi check
  • Loading branch information
rouault committed Aug 25, 2024
2 parents 781a85b + bfa990d commit eb17dcd
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit eb17dcd

Please sign in to comment.