Skip to content

Commit

Permalink
zig 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Jan 26, 2024
1 parent 3862bc9 commit ccffe98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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.10.1
- name: Collect Metrics
if: always()
id: collect-gha-metrics
Expand Down
2 changes: 1 addition & 1 deletion core/chainlink.goreleaser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& apt-get clean all \
&& rm -rf /var/lib/apt/lists/*

COPY ./chainlink /usr/local/bin/
COPY . /usr/local/bin/
# Copy native libs if cgo is enabled
COPY ./tmp/linux_${TARGETARCH}/libs /usr/local/bin/libs

Expand Down
2 changes: 0 additions & 2 deletions tools/bin/goreleaser_utils
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ before_hook() {
local -r wasmvm_lib_path_darwin_amd64=$(_get_wasmvm_lib_path "darwin" "amd64")
local -r wasmvm_lib_path_darwin_arm64=$(_get_wasmvm_lib_path "darwin" "arm64")

# _install_plugins

mkdir -p "$lib_path/linux_amd64/libs"
cp -f "$wasmvm_lib_path_linux_amd64" "$lib_path/linux_amd64/libs"
mkdir -p "$lib_path/linux_arm64/libs"
Expand Down

0 comments on commit ccffe98

Please sign in to comment.