Skip to content

Commit

Permalink
chore(dev/release): slight fix for non-conda verification and docs (#…
Browse files Browse the repository at this point in the history
…1682)

updating the docs and release verification script based on my experience
for non-conda verification runs
  • Loading branch information
zeroshade authored Mar 28, 2024
1 parent 346eeb1 commit a1deb83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ test_python() {
show_header "Build and test Python libraries"

# Build and test Python
maybe_setup_virtualenv cython duckdb pandas protobuf pyarrow pytest setuptools_scm setuptools || exit 1
maybe_setup_virtualenv cython duckdb pandas protobuf pyarrow pytest setuptools_scm setuptools importlib_resources || exit 1
maybe_setup_conda --file "${ADBC_DIR}/ci/conda_env_python.txt" || exit 1

if [ "${USE_CONDA}" -gt 0 ]; then
Expand Down
4 changes: 4 additions & 0 deletions docs/source/development/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,13 @@ How to Verify Release Candidates
- C and C++ compilers (or the equivalent of ``build-essential`` for your platform)
- Python 3
- Ruby with headers
- meson is required
- bundler, rake, red-arrow, and test-unit Ruby gems
- GLib and gobject-introspection with headers
- pkg-config or cmake must be able to find libarrow-glib.so
- GI_TYPELIB_PATH should be set to the path to the girepository-1.0 directory
- Java JRE and JDK (Java 8+)
- the javadoc command must also be accessible
- Go
- CMake, ninja-build, libpq (with headers), SQLite (with headers)

Expand Down

0 comments on commit a1deb83

Please sign in to comment.