Skip to content

Commit

Permalink
try zig 0.12.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Feb 6, 2024
1 parent 89af873 commit d881f06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-build-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
goreleaser-exec: ./tools/bin/goreleaser_wrapper
goreleaser-config: .goreleaser.develop.yaml
goreleaser-key: ${{ secrets.GORELEASER_KEY }}
# zig-version: 0.11.0
zig-version: 0.12.0-dev.2619+5cf138e51
- name: Collect Metrics
if: always()
id: collect-gha-metrics
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ builds:
- arm64
env:
- CGO_ENABLED=1
- CC=zig cc -target aarch64-linux-gnu
- CCX=zig c++ -target aarch64-linux-gnu
- CC=$ZIG_EXEC cc -target aarch64-linux-gnu
- CCX=$ZIG_EXEC c++ -target aarch64-linux-gnu
flags:
- -trimpath
- -buildmode=pie
Expand All @@ -40,8 +40,8 @@ builds:
- amd64
env:
- CGO_ENABLED=1
- CC=zig cc -target x86_64-linux-gnu
- CCX=zig c++ -target x86_64-linux-gnu
- CC=$ZIG_EXEC cc -target x86_64-linux-gnu
- CCX=$ZIG_EXEC c++ -target x86_64-linux-gnu
flags:
- -trimpath
- -buildmode=pie
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ mockery 2.38.0
nodejs 16.16.0
postgres 13.3
helm 3.10.3
zig 0.10.1
zig 0.12.0-dev.2619+5cf138e51
golangci-lint 1.55.2
1 change: 0 additions & 1 deletion core/chainlink.goreleaser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FROM ubuntu:20.04
ARG CHAINLINK_USER=root
ARG TARGETARCH
ENV DEBIAN_FRONTEND noninteractive
ENV LD_LIBRARY_PATH /usr/local/bin/libs:$LD_LIBRARY_PATH
RUN apt-get update && apt-get install -y ca-certificates gnupg lsb-release curl

# Install Postgres for CLI tools, needed specifically for DB backups
Expand Down

0 comments on commit d881f06

Please sign in to comment.