slfan1989 commented on code in PR #2445:
URL: https://github.com/apache/auron/pull/2445#discussion_r3877673010
##########
.github/workflows/build-arm-releases.yml:
##########
@@ -109,6 +109,9 @@ jobs:
run: echo "short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Build auron-${{ matrix.sparkver }}_${{ matrix.scalaver }}
+ env:
+ AURON_BUILD_BRANCH: ${{ github.head_ref || github.ref_name }}
Review Comment:
These variables are not consumed because this job invokes `build/mvn`
directly, while the build-info file is generated only by `auron-build.sh`. As a
result, the ARM artifacts will still miss the branch and revision metadata.
Could this job use `auron-build.sh`, or explicitly generate the build-info file
before invoking Maven?
--
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]