Skip to content

Commit

Permalink
Fix unixodbc & friends to 2.3.7 to fix recent build issues on GH
Browse files Browse the repository at this point in the history
Actions.
  • Loading branch information
sobomax committed Feb 16, 2023
1 parent cf79339 commit 41fcfcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ addons:
- libsctp-dev
- libradcli-dev
- libhiredis-dev
- unixodbc-dev
- libodbc1=2.3.7
- odbcinst=2.3.7
- odbcinst1debian2=2.3.7
- unixodbc=2.3.7
- unixodbc-dev=2.3.7
- libconfuse-dev
- libmysqlclient-dev
- libexpat1-dev
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/install_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ then
fi

sudo apt-get update -y
sudo apt-get -y install ${PKGS}
sudo apt-get -y --allow-downgrades install ${PKGS}

if [ ! -z "${POST_INSTALL_CMD}" ]
then
Expand Down

0 comments on commit 41fcfcb

Please sign in to comment.