Update libc
continuous-integration/drone/pr Build is running Details

This commit is contained in:
Sarah Jamie Lewis 2023-01-31 21:11:10 -08:00
parent a0e731de6a
commit 2023069fbc
1 changed files with 15 additions and 12 deletions

View File

@ -33,6 +33,21 @@ steps:
- staticcheck ./...
#Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
- name: build-android
image: openpriv/android-go-mobile:2023.02
volumes:
- name: deps
path: /go
commands:
- sudo apt update
- sudo apt install libc6-dev
- uname -a
- ldd --version
- go mod download
- gomobile init
- make android
- sha512sum cwtch.aar
- name: build-linux
image: golang:1.19.1
volumes:
@ -41,18 +56,6 @@ steps:
commands:
- make linux
- name: build-android
image: openpriv/android-go-mobile:2023.02
volumes:
- name: deps
path: /go
commands:
- uname -a
- ldd --version
- go mod download
- gomobile init
- make android
- name: build-windows
image: openpriv/mingw-go:2023.01
environment: