Skip to content

Commit

Permalink
WIP(ci): Update tag (protoc -> 22)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Dec 19, 2019
1 parent 70bcc08 commit 8df1e41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
- label: go-generate
plugins:
- n0izn0iz/docker#v3.5.4:
image: bertytech/protoc:21
image: bertytech/protoc:22
propagate-uid-gid: true
workdir: /go/src/berty.tech
environment: [ "GO111MODULE=on", "GOPATH=/go"]
Expand Down Expand Up @@ -46,7 +46,7 @@ steps:
- label: js-generate
plugins:
- n0izn0iz/docker#v3.5.4:
image: bertytech/protoc:21
image: bertytech/protoc:22
propagate-uid-gid: true
workdir: /go/src/berty.tech
environment: [ "GO111MODULE=on", "GOPATH=/go", "HOME=/home/buildkite-agent" ]
Expand All @@ -68,7 +68,7 @@ steps:
- label: js-lint
plugins:
- n0izn0iz/docker#v3.5.4:
image: bertytech/protoc:21
image: bertytech/protoc:22
propagate-uid-gid: true
workdir: /go/src/berty.tech
environment: [ "GO111MODULE=on", "GOPATH=/go", "HOME=/home/buildkite-agent" ]
Expand All @@ -82,8 +82,8 @@ steps:
- cd js
- make lint

- label: go-build-112
key: go-build-112
- label: go-build-113
key: go-build-113
env:
GO111MODULE: "on"
agents:
Expand Down
4 changes: 2 additions & 2 deletions js/packages/react-native-chat-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ AAR := $(PWD)/android/libs/Bridgechat.aar
build.sdk: build.sdk.ios build.sdk.android

build.sdk.ios:
GO111MODULE=off gomobile bind -o $(FRAMEWORK) -v -target ios berty.tech/go/framework/chatbridge
gomobile bind -o $(FRAMEWORK) -v -target ios berty.tech/go/framework/bpbridge

build.sdk.android:
GO111MODULE=off gomobile bind -o $(AAR) -v -target android berty.tech/go/framework/chatbridge
gomobile bind -o $(AAR) -v -target android berty.tech/go/framework/bpbridge

bazel.build.sdk: bazel.build.sdk.ios bazel.build.sdk.android

Expand Down

0 comments on commit 8df1e41

Please sign in to comment.