Open adminy opened 6 months ago
I'm stumped that SCIE=inspect
fails where as PANTS_BOOTSTRAP_VERSION=reports
doesn't?
You could try running with RUST_LOG=debug
might give some additional clues.
Updated the original to include Debug logs.
Could be that the later versions of scie-pants
are unable to run pants 1.x. scie-pants
are not tested against pants 1.x, and could be broken in that regard.
If you are using pants 1.30.0, then the best bet could be to keep using the older pants bootstrap script instead, until you're able to upgrade to a 2.x version of pants.
Running:
RUST_LOG=debug scie-pants
Gives:Running:
RUST_LOG=debug SCIE=inspect scie-pants
Gives:Then when setting
export PANTS_SOURCE=/root/repos/pants
and running:RUST_LOG=debug scie-pants
Gives:and running:
RUST_LOG=debug SCIE=inspect scie-pants
Gives:only if run from pants dir, otherwise same error as previous command run saying:
no such file or directory: /root/repos/proj/build-support/common.sh
Version