Skip to content

Commit

Permalink
Remove odbc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Apr 30, 2024
1 parent 3f25d36 commit 464164c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build/apt_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ libsqlite3-dev
libsctp-dev
libradcli-dev
libhiredis-dev
$(if [ "$BUILD_OS" != "ubuntu-20.04" ] && [[ ! "$COMPILER" =~ cross ]]; then echo libodbc2; else echo libodbc1; fi)
odbcinst
$(if [ "$BUILD_OS" != "ubuntu-20.04" ] && [[ ! "$COMPILER" =~ cross ]]; then echo libodbcinst2; else echo odbcinst1debian2; fi)
unixodbc
unixodbc-dev
libconfuse-dev
Expand Down

0 comments on commit 464164c

Please sign in to comment.