File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 45
45
- psqlodbc
46
46
- sqliteodbc
47
47
- postgresql
48
+ update : true # Workaround for bundle issue https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/13
48
49
env : SQLITE_DRIVER=/usr/local/opt/sqliteodbc/lib/libsqlite3odbc.dylib POSTGRES_DRIVER=/usr/local/opt/psqlodbc/lib/psqlodbca.so HOMEBREW_NO_INSTALL_CLEANUP=1
49
50
before_script :
50
51
- pg_ctl -D /usr/local/var/postgres start
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.11 as builder
2
2
3
- RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing rustup gcc file unixodbc-dev unixodbc-static libltdl-static
3
+ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community rustup gcc file unixodbc-dev unixodbc-static libltdl-static
4
4
RUN rustup-init -y --default-host x86_64-unknown-linux-musl
5
5
ENV PATH=$PATH:/root/.cargo/bin
6
6
You can’t perform that action at this time.
0 commit comments