Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix makefile to run server locally #245

Merged
merged 2 commits into from
Aug 25, 2024
Merged

Fix makefile to run server locally #245

merged 2 commits into from
Aug 25, 2024

Conversation

Kreezag
Copy link
Member

@Kreezag Kreezag commented Aug 18, 2024

Update makefile commands order to run server from zero

Request: update get-binaries file to support multiple platforms (especially arm64)

@@ -2,7 +2,7 @@

build:
if [ ! -d "runtime" ]; then \
mkdir runtime/configs -p; \
mkdir -p runtime/configs; \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update arguments order according to the specifications: https://pubs.opengroup.org/onlinepubs/7990989799/xcu/mkdir.html

if [ ! -d "vendor" ]; then \
composer i --ignore-platform-reqs; \
fi
if [ ! -f "rr" ]; then \
vendor/bin/rr get;\
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move run rr get command after the rr installation by composer install

@Kreezag Kreezag self-assigned this Aug 18, 2024
@Kreezag Kreezag marked this pull request as ready for review August 18, 2024 19:32
@Kreezag Kreezag added the bug Something isn't working label Aug 23, 2024
@Kreezag Kreezag merged commit 8312f27 into master Aug 25, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant