Skip to content

Commit

Permalink
Merge pull request #514 from CosmWasm/fix-ci
Browse files Browse the repository at this point in the history
Fix CI test_alpine_build
  • Loading branch information
chipshort authored Jan 31, 2024
2 parents fbb8e84 + 3957096 commit 4f76210
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/api/link_muslc.go

This file was deleted.

6 changes: 6 additions & 0 deletions internal/api/link_muslc_aarch64.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//go:build linux && muslc && arm64 && !sys_wasmvm

package api

// #cgo LDFLAGS: -Wl,-rpath,${SRCDIR} -L${SRCDIR} -lwasmvm_muslc.aarch64
import "C"
6 changes: 6 additions & 0 deletions internal/api/link_muslc_x86_64.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//go:build linux && muslc && amd64 && !sys_wasmvm

package api

// #cgo LDFLAGS: -Wl,-rpath,${SRCDIR} -L${SRCDIR} -lwasmvm_muslc.x86_64
import "C"

0 comments on commit 4f76210

Please # to comment.