Skip to content

Commit

Permalink
use gcompact
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed May 8, 2024
1 parent 70de2dc commit 837462b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
dockerfile: cosmos
platform: linux/arm64,linux/amd64
pre-build: |
apk add gcompat
make -d ignite_install
make -d proto_regen
build-target: |
Expand Down
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -855,20 +855,10 @@ ignite_install: ## Install ignite. Used by CI and heighliner.
wget https://github.com/ignite/cli/releases/download/v28.3.0/ignite_28.3.0_$(OS)_$(ARCH).tar.gz; \
echo "Extracting Ignite CLI..."; \
tar -xzf ignite_28.3.0_$(OS)_$(ARCH).tar.gz; \
echo "Contents of the extracted directory:"; \
ls -lah; \
echo "Moving Ignite CLI to /usr/local/bin..."; \
$$SUDO mv ignite /usr/local/bin/ignite; \
$$SUDO chmod +x /usr/local/bin/ignite; \
echo "Cleaning up..."; \
rm ignite_28.3.0_$(OS)_$(ARCH).tar.gz; \
echo "Checking if Ignite CLI is in the expected directory..."; \
ls -lah /usr/local/bin/ | grep ignite; \
echo "Current PATH: $$PATH"; \
echo "Trying to run Ignite CLI version:"; \
/usr/local/bin/ignite version; \
echo "Trying to run Ignite CLI version without full path:"; \
/usr/local/bin/ignite version
ignite version


Expand Down

0 comments on commit 837462b

Please sign in to comment.