File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 RUSTFLAGS : " -Clink-arg=-fuse-ld=bfd"
4747
4848jobs :
49- build-native :
49+ precondition :
5050 name : Check changes
51+ runs-on : ubuntu-22.04
52+ env :
53+ GITHUB_PREV_SHA : ${{ github.event.before }}
54+ outputs :
55+ required : ${{ steps.set-outputs.outputs.required }}
56+ steps :
57+ - name : Checkout Apache DataFusion Comet repository
58+ uses : actions/checkout@v3
59+ with :
60+ fetch-depth : 0
61+ repository : apache/datafusion-comet
62+ ref : ${{ inputs.branch }}
63+ - name : Sync the current branch with the latest in Apache DataFusion Comet
64+ if : github.repository != 'apache/datafusion-comet'
65+ run : |
66+ echo "APACHE_DF_COMET_REF=$(git rev-parse HEAD)" >> $GITHUB_ENV
67+ git fetch https://github.com/$GITHUB_REPOSITORY.git ${GITHUB_REF#refs/heads/}
68+ git -c user.name='Apache DataFusion Comet Test Account' -c user.email='comettestacc@gmail.com' merge --no-commit --progress --squash FETCH_HEAD
69+ git -c user.name='Apache DataFusion Comet Test Account' -c user.email='comettestacc@gmail.com' commit -m "Merged commit" --allow-empty
70+ build-native :
71+ name : Build native
5172 runs-on : ubuntu-24.04
5273 container :
5374 image : amd64/rust
You can’t perform that action at this time.
0 commit comments