Skip to content

Commit a6f6019

Browse files
committed
update sh
1 parent c06ee9c commit a6f6019

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

dev/release/release_rc.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then
9696
echo "Found GitHub Actions workflow with ID: ${run_id}"
9797
gh run watch --repo "${repository}" --exit-status "${run_id}"
9898

99-
# Create release candidate directory structure
10099
mkdir -p "${id}"
101100

102101
echo "Downloading .tar.gz from GitHub Releases"

dev/release/verify_rc.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,11 @@ test_source_distribution() {
171171
# Run tests
172172
ctest --test-dir build --output-on-failure --parallel $(nproc || sysctl -n hw.ncpu || echo 4)
173173

174-
echo "Build and test completed successfully!"
174+
# Install
175+
mkdir -p ./install_test
176+
cmake --install build --prefix ./install_test
177+
178+
echo "Build, test and install completed successfully!"
175179
}
176180

177181
setup_tmpdir "iceberg-cpp-${VERSION}-${RC}"

0 commit comments

Comments
 (0)