Skip to content

Commit

Permalink
test build with encryption turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 4, 2022
1 parent 28b7725 commit a64c681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
ARROW_JEMALLOC: ON
ARROW_ORC: ON
ARROW_PARQUET: ON
PARQUET_REQUIRE_ENCRYPTION: ON
PARQUET_REQUIRE_ENCRYPTION: OFF
ARROW_PLASMA: ON
ARROW_PYTHON: ON
ARROW_S3: ON
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/python_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export PYARROW_WITH_FLIGHT=${ARROW_FLIGHT:-OFF}
export PYARROW_WITH_PLASMA=${ARROW_PLASMA:-OFF}
export PYARROW_WITH_GANDIVA=${ARROW_GANDIVA:-OFF}
export PYARROW_WITH_PARQUET=${ARROW_PARQUET:-OFF}
export PYARROW_WITH_PARQUET_ENCRYPTION=${ARROW_PARQUET:-OFF}
export PYARROW_WITH_PARQUET_ENCRYPTION=OFF
export PYARROW_WITH_DATASET=${ARROW_DATASET:-OFF}

export PYARROW_PARALLEL=${n_jobs}
Expand Down

0 comments on commit a64c681

Please sign in to comment.