ARROW-15393: [Release][Crossbow] Fall back to <version>dev0 when the generated scm version number doesn't have a distance#12210
ARROW-15393: [Release][Crossbow] Fall back to <version>dev0 when the generated scm version number doesn't have a distance#12210kszucs wants to merge 3 commits into
Conversation
| echo "Installed miniconda at ${MINICONDA}" | ||
|
|
||
| . $MINICONDA/etc/profile.d/conda.sh | ||
| conda activate base |
There was a problem hiding this comment.
On macOS I had to activate the base conda environment before using mamba.
| major += 1 | ||
|
|
||
| return "{}.{}.{}.dev{}".format(major, minor, patch, version.distance) | ||
| return "{}.{}.{}.dev{}".format(major, minor, patch, version.distance or 0) |
There was a problem hiding this comment.
Probably due to the release branch: the latest tag on the release branch is not reachable from the PR's master's HEAD commit.
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename pull request title in the following format? or See also: |
|
|
|
Benchmark runs are scheduled for baseline = d49e216 and contender = 6b0ce27. 6b0ce27 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
No description provided.