pingzh commented on code in PR #5344:
URL: https://github.com/apache/datafusion-comet/pull/5344#discussion_r3780149961


##########
Makefile:
##########
@@ -51,18 +51,18 @@ format:
 
 # build native libs for amd64 architecture Linux/MacOS on a Linux/amd64 
machine/container
 core-amd64-libs:
-       cd native && RUSTFLAGS="-Ctarget-cpu=x86-64-v3" cargo build -j 2 
--release $(FEATURES_ARG)
+       cd native && RUSTFLAGS="-Ctarget-cpu=x86-64-v3" cargo build --release 
$(FEATURES_ARG)

Review Comment:
   addressed via `--env "CARGO_BUILD_JOBS=${CARGO_BUILD_JOBS:-2}"`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to