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 build_admin and build_front on Mac #456

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Bo-Duke
Copy link
Member

@Bo-Duke Bo-Duke commented Nov 8, 2023

Specify users in make_file

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

Merging #456 (caf447e) into master (fdc7df6) will not change coverage.
Report is 3 commits behind head on master.
The diff coverage is n/a.

❗ Current head caf447e differs from pull request most recent head 2c12705. Consider uploading reports for the commit 2c12705 to get more accurate results

@@           Coverage Diff           @@
##           master     #456   +/-   ##
=======================================
  Coverage   94.97%   94.97%           
=======================================
  Files          79       79           
  Lines        2848     2848           
=======================================
  Hits         2705     2705           
  Misses        143      143           
Flag Coverage Δ
backend-unittests 94.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@@ -2,8 +2,10 @@

SHELL = /bin/sh

CURRENT_UID := $(shell id -u)
CURRENT_UID := $(shell id -g)
ifndef mac
Copy link
Member Author

Choose a reason for hiding this comment

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

@submarcos That's the cleanest way I found to do it.

On mac, the commands should be called like this make build_admin mac=true or make build_front mac=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant