paleolimbot commented on code in PR #410:
URL: https://github.com/apache/arrow-nanoarrow/pull/410#discussion_r1541051812
##########
.github/workflows/build-and-test-device.yaml:
##########
@@ -50,27 +50,12 @@ jobs:
NANOARROW_ARROW_TESTING_DIR: '${{ github.workspace }}/arrow-testing'
steps:
- - name: Checkout repo
- uses: actions/checkout@v3
- with:
- fetch-depth: 0
-
- - name: Checkout arrow-testing
- uses: actions/checkout@v3
- with:
- repository: apache/arrow-testing
- fetch-depth: 0
- path: arrow-testing
+ - uses: actions/checkout@v4
- - name: Install dependencies
+ - name: Install memcheck dependencies
+ if: matrix.config.label == 'default-build'
run: |
- sudo apt-get update
- sudo apt install -y -V ca-certificates lsb-release wget cmake
valgrind
- wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id
--short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release
--codename --short).deb
- sudo apt-get install -y -V
./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
- sudo apt-get update
- sudo apt-get install -y -V libarrow-dev
- rm apache-arrow-apt-*.deb
Review Comment:
Apparently not! I think it was just copied by accident.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]