Skip to content

Commit 1caa467

Browse files
authored
Merge pull request #6 from palfrey/fix-build
Fix build
2 parents fd3e518 + e15a99a commit 1caa467

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- psqlodbc
4646
- sqliteodbc
4747
- postgresql
48+
update: true # Workaround for bundle issue https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/13
4849
env: SQLITE_DRIVER=/usr/local/opt/sqliteodbc/lib/libsqlite3odbc.dylib POSTGRES_DRIVER=/usr/local/opt/psqlodbc/lib/psqlodbca.so HOMEBREW_NO_INSTALL_CLEANUP=1
4950
before_script:
5051
- pg_ctl -D /usr/local/var/postgres start

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.11 as builder
22

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
44
RUN rustup-init -y --default-host x86_64-unknown-linux-musl
55
ENV PATH=$PATH:/root/.cargo/bin
66

0 commit comments

Comments
 (0)