Skip to content

Commit

Permalink
Remove duplicate build-stellar-rpc target (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao authored Jan 28, 2025
1 parent dd50353 commit a21b735
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ endif
CARGO_BUILD_TARGET ?= $(shell rustc -vV | sed -n 's|host: ||p')

STELLAR_RPC_BINARY := stellar-rpc
STELLAR_RPC_BINARY := stellar-rpc


# update the Cargo.lock every time the Cargo.toml changes.
Expand Down Expand Up @@ -81,13 +80,6 @@ clean:
cargo clean
go clean ./...

# DEPRECATED - please use build-stellar-rpc instead
# the build-stellar-rpc build target is an optimized build target used by
# https://github.com/stellar/pipelines/blob/master/stellar-rpc/Jenkinsfile-stellar-rpc-package-builder
# as part of the package building.
build-stellar-rpc: build-libs
go build -ldflags="${GOLDFLAGS}" ${MACOS_MIN_VER} -o ${STELLAR_RPC_BINARY} -trimpath -v ./cmd/stellar-rpc

# the build-stellar-rpc build target is an optimized build target used by
# https://github.com/stellar/pipelines/blob/master/stellar-rpc/Jenkinsfile-stellar-rpc-package-builder
# as part of the package building.
Expand Down

0 comments on commit a21b735

Please sign in to comment.