mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
Remove -j1
This commit is contained in:
parent
2a461a9aac
commit
4ecf692f46
1 changed files with 2 additions and 1 deletions
|
@ -384,7 +384,8 @@ debug: FORCE
|
|||
|
||||
ifeq ($(ZT_SSO_SUPPORTED), 1)
|
||||
zeroidc: FORCE
|
||||
export PATH=/root/.cargo/bin:$$PATH; cd zeroidc && cargo build -j1 $(RUSTFLAGS)
|
||||
# export PATH=/root/.cargo/bin:$$PATH; cd zeroidc && cargo build -j1 $(RUSTFLAGS)
|
||||
export PATH=/root/.cargo/bin:$$PATH; cd zeroidc && cargo build $(RUSTFLAGS)
|
||||
else
|
||||
zeroidc:
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue