orthoxerox commented on issue #662:
URL:
https://github.com/apache/datafusion-comet/issues/662#issuecomment-2228487887
Looks like the cargo command in the Makefile is the culprit:
GitHub CI does just `cd native && cargo build`, which builds fine. `make
release` is also fine. But `release-nogit` uses one extra argument:
```
release:
cd native && RUSTFLAGS="-Ctarget-cpu=native" cargo build --release
./mvnw install -Prelease -DskipTests $(PROFILES)
release-nogit:
cd native && RUSTFLAGS="-Ctarget-cpu=native" cargo build --features
nightly --release
./mvnw install -Prelease -DskipTests $(PROFILES)
-Dmaven.gitcommitid.skip=true
```
--
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]