You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# see https://github.com/rails-sqlserver/tiny_tds/commit/3269dd3bcfbe4201ab51aa2870a6aaddfcbdfa5d (tiny_tds 1.2.x+ is required for OpenSSL 1.1 support)
90
+
libssl1.0-dev \
93
91
; \
94
92
rm -rf /var/lib/apt/lists/*; \
95
93
\
94
+
# https://github.com/travis-ci/travis-ci/issues/9391 (can't let "tiny_tds" download FreeTDS for us because FTP)
95
+
# https://github.com/rails-sqlserver/tiny_tds/pull/384 (newer version uses HTTP!)
96
+
# https://github.com/rails-sqlserver/tiny_tds/pull/345 (... but then can't download it for us)
97
+
# http://www.freetds.org/files/stable/?C=M;O=D
98
+
# (if/when we update to Debian Buster and thus get FreeTDS newer than 0.95 in the distro, we can switch back to simply installing "freetds-dev" from Debian)
# see https://github.com/rails-sqlserver/tiny_tds/commit/3269dd3bcfbe4201ab51aa2870a6aaddfcbdfa5d (tiny_tds 1.2.x+ is required for OpenSSL 1.1 support)
90
+
libssl1.0-dev \
93
91
; \
94
92
rm -rf /var/lib/apt/lists/*; \
95
93
\
94
+
# https://github.com/travis-ci/travis-ci/issues/9391 (can't let "tiny_tds" download FreeTDS for us because FTP)
95
+
# https://github.com/rails-sqlserver/tiny_tds/pull/384 (newer version uses HTTP!)
96
+
# https://github.com/rails-sqlserver/tiny_tds/pull/345 (... but then can't download it for us)
97
+
# http://www.freetds.org/files/stable/?C=M;O=D
98
+
# (if/when we update to Debian Buster and thus get FreeTDS newer than 0.95 in the distro, we can switch back to simply installing "freetds-dev" from Debian)
0 commit comments