File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020 push :
2121 tags :
2222 - ' *-rc*'
23- pull_request :
2423
2524concurrency :
2625 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
3231 archive :
3332 name : Archive
3433 runs-on : ubuntu-latest
35- timeout-minutes : 5
34+ timeout-minutes : 5 # Can be reduced as we are not checking out submodules
3635 steps :
3736 - name : Checkout
3837 uses : actions/checkout@v4
4948 echo "VERSION=${version}"
5049 echo "RC=${rc}"
5150
52-
5351 - name : Archive
5452 run : |
5553 id="apache-iceberg-cpp-${VERSION}-rc${RC}"
8078 os :
8179 - macos-latest
8280 - ubuntu-latest
81+ # Consider adding windows-latest if your project supports it
82+ # - windows-latest
8383 steps :
8484 - name : Install C++ Build Tools (Ubuntu)
8585 if : runner.os == 'Linux'
@@ -112,6 +112,8 @@ jobs:
112112 fi
113113 echo "VERSION=${version}"
114114 echo "RC=${rc}"
115+ # You MUST create this verify_rc.sh script for C++
116+ # It should untar, cmake, build, and run tests (ctest)
115117 dev/release/verify_rc.sh "${version}" "${rc}"
116118 env :
117119 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments