Skip to content

Commit

Permalink
add libhdfs3 conf var
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Mar 12, 2024
1 parent e766e69 commit 63e24fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- uses: actions/checkout@v4

- name: Fix git permissions
# Usually actions/checkout does this but as we run in a container
# it doesn't work
run: git config --global --add safe.directory /__w/velox/velox

- uses: assignUser/stash/restore@v1
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:
- name: Run Tests
# Some of the adapters dependencies are in the 'adapters' conda env
shell: mamba run --no-capture-output -n adapters /usr/bin/bash -e {0}
env:
LIBHDFS3_CONF="${{ github.workspace }}/.circleci/hdfs-client.xml"
working-directory: _build/release
run: |
ctest -j 8 --output-on-failure --no-tests=error
Expand Down Expand Up @@ -127,7 +131,7 @@ jobs:
VELOX_DEPENDENCY_SOURCE: BUNDLED
MAKEFLAGS: "NUM_THREADS=8 MAX_HIGH_MEM_JOBS=4 MAX_LINK_JOBS=4"
run: |
make debug
make debug EXTRA_CMAKE_FLAGS="-DVELOX_ENABLE_ARROW=ON"
- name: CCache after
run: |
Expand Down

0 comments on commit 63e24fe

Please sign in to comment.