Skip to content

Commit 6c99e6e

Browse files
committed
Comment out license-finder
1 parent 2f08bbe commit 6c99e6e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ steps:
3636
- docker-compose#v3.9.0:
3737
run: ci
3838

39-
- name: "Verify dependency licenses"
40-
command: "go get -v ./... && license_finder"
41-
env:
42-
DOCKER_BUILDKIT: 1
43-
plugins:
44-
- docker-compose#v3.9.0:
45-
run: ci
39+
# - name: "Verify dependency licenses"
40+
# command: "go get -v ./... && license_finder"
41+
# env:
42+
# DOCKER_BUILDKIT: 1
43+
# plugins:
44+
# - docker-compose#v3.9.0:
45+
# run: ci
4646

4747
- wait
4848

Dockerfile.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
ARG GO_VERSION=1.22.11
44
FROM pscale.dev/wolfi-prod/go:${GO_VERSION} AS build
55

6-
RUN apk add --no-cache coreutils openssl openssl-dev libxcrypt ruby-3.2 ruby-3.2-dev
7-
RUN gem install openssl license_finder
6+
# RUN apk add --no-cache build-base openssl openssl-dev libxcrypt ruby-3.2 ruby-3.2-dev
7+
# RUN gem install openssl license_finder
88

99
ENTRYPOINT []
1010
WORKDIR /airbyte-source

containers/licensing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apk update
44
RUN apk upgrade
55

66
RUN apk add ruby go git
7-
RUN gem install license_finder
7+
# RUN gem install license_finder

0 commit comments

Comments
 (0)