Skip to content

Commit

Permalink
Remove build-test-wasms from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Feb 16, 2024
1 parent c1dd6f8 commit 11de16e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Cargo.lock: Cargo.toml
# cargo install soroban-cli --version 20.2.0
# cargo install --path ./cmd/crates/soroban-test/tests/fixtures/hello --root ./target --debug --quiet

install: install_rust build-libpreflight
install: build-libpreflight
go install -ldflags="${GOLDFLAGS}" ${MACOS_MIN_VER} ./...

build_rust: Cargo.lock
Expand All @@ -58,12 +58,12 @@ build: build_rust build_go
build-libpreflight: Cargo.lock
cd cmd/soroban-rpc/lib/preflight && cargo build --target $(CARGO_BUILD_TARGET) --profile release-with-panic-unwind

build-test-wasms: Cargo.lock
cargo build --package 'test_*' --profile test-wasms --target wasm32-unknown-unknown
#build-test-wasms: Cargo.lock
#cargo build --package 'test_*' --profile test-wasms --target wasm32-unknown-unknown

build-test: build-test-wasms install_rust
#build-test: build-test-wasms install_rust

test: build-test
test:
cargo test

e2e-test:
Expand Down

0 comments on commit 11de16e

Please sign in to comment.