mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-28 11:15:32 -06:00
Makefile: Update ci-wasm target to generate wasm binary
With the latest CI changes to auto-generate the wasm binary and commit post-merge we need to have the ci-wasm target run `go generate`. Since the `wasm-test` target already does this, just re-use it. Signed-off-by: Torin Sandall <torinsandall@gmail.com>
This commit is contained in:
@@ -227,12 +227,8 @@ ci-release-test:
|
||||
ci-check-working-copy: generate
|
||||
./build/check-working-copy.sh
|
||||
|
||||
# The ci-wasm target exists because we do not want to run the generate
|
||||
# target outside of Docker. This step duplicates the the wasm-rego-test target
|
||||
# above.
|
||||
.PHONY: ci-wasm
|
||||
ci-wasm: wasm-lib-test
|
||||
GOVERSION=$(GOVERSION) ./build/run-wasm-rego-tests.sh
|
||||
ci-wasm: wasm-test
|
||||
|
||||
.PHONY: build-linux
|
||||
build-linux: ensure-release-dir
|
||||
|
||||
Reference in New Issue
Block a user