Skip to content

Commit

Permalink
travis: pull newest version of uthash
Browse files Browse the repository at this point in the history
The 2.1.0 version of uthash contains a fix for HASH_ADD_INT
macro issue, which trigged a clang static analysis warning.
troydhanson/uthash#166

Signed-off-by: Tadeusz Struk <[email protected]>
  • Loading branch information
tstruk committed Jan 7, 2019
1 parent 303412c commit 294829a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ addons:
- realpath
- lcov
- libssl-dev
- uthash-dev
- gnulib
coverity_scan:
project:
Expand Down Expand Up @@ -77,6 +76,11 @@ install:
- mkdir ibmtpm
- tar axf ibmtpm974.tar.gz -C ibmtpm
- make -C ibmtpm/src -j$(nproc)
# 2.1.0 version of uthash
- wget --no-check-certificate https://github.com/troydhanson/uthash/archive/v2.1.0.tar.gz
- tar xzf v2.1.0.tar.gz
- mkdir -p $(pwd)/osslinstall/usr/local/include
- cp uthash-2.1.0/src/*.h $(pwd)/osslinstall/usr/local/include/

before_script:
- ./bootstrap -I ${GNULIB_M4}
Expand Down

0 comments on commit 294829a

Please sign in to comment.