Skip to content

Commit

Permalink
Add the old make runlocal-rp as an alternative to containerization (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoBrendan authored and edisonLcardenas committed Sep 16, 2024
1 parent 19238cb commit 871ceab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ runlocal-rp: ci-rp podman-secrets
--secret proxy.crt,target=/app/secrets/proxy.crt \
$(LOCAL_ARO_RP_IMAGE):$(VERSION): rp

.PHONY: runlocal-rp-the-old-way
runlocal-rp-the-old-way:
@printf "\e[31mIf you're running this instead of runlocal-rp because that's broken, there's probably a problem blocking the whole team. Has a Slack thread been started, and an owner assigned to fix it? Could it be you?\e[0m\n"
@sleep 5
go run -ldflags "-X github.com/Azure/ARO-RP/pkg/util/version.GitCommit=$(VERSION)" ./cmd/aro rp

.PHONY: az
az: pyenv
. pyenv/bin/activate && \
Expand Down

0 comments on commit 871ceab

Please sign in to comment.