Skip to content

Commit 98caec1

Browse files
authored
ci: fix nightly Docker tests (apache#3278)
1 parent 4f7fc84 commit 98caec1

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

ci/docker/cpp-gcc-latest.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV DEBIAN_FRONTEND noninteractive
2323

2424
RUN apt-get update -y && \
2525
apt-get install -y -q cmake curl git gnupg libpq-dev libsqlite3-dev pkg-config && \
26-
apt-get install -y -q -t experimental g++-${GCC} gcc-${GCC} && \
26+
apt-get install -y -q g++-${GCC} gcc-${GCC} && \
2727
apt-get clean
2828

2929
RUN curl -L -o go.tar.gz https://go.dev/dl/go${GO}.linux-amd64.tar.gz && \

go/adbc/pkg/bigquery/extra.go

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)