Skip to content

Crossbow

Crossbow #180866

Workflow file for this run

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# NOTE: must set "Crossbow" as name to have the badge links working in the
# github comment reports!
name: Crossbow
on:
push:
branches:
- "*-github-*"
jobs:
verify:
name: "Verify release candidate on macOS"
runs-on: ['self-hosted', 'macOS', 'arm64']
env:
ARROW_FLIGHT: 0
ARROW_GANDIVA: 0
TEST_INTEGRATION_JAVA: 0
PYTEST_ADDOPTS: -k 'not test_cancellation'
steps:
- name: Cleanup
shell: bash
run: rm -rf arrow
- name: Checkout Arrow
uses: actions/checkout@v4
with:
fetch-depth: 0
path: arrow
repository: apache/arrow
ref: 0f7c569268c974a40a5b9ce44f6fa726b883ec5e
submodules: recursive
- name: Run verification
shell: bash
env:
TEST_DEFAULT: 0
TEST_INTEGRATION: 1
run: |
brew bundle --file=arrow/cpp/Brewfile
brew bundle --file=arrow/c_glib/Brewfile
export PATH="$(brew --prefix node@16)/bin:$PATH"
export PATH="$(brew --prefix ruby)/bin:$PATH"
export PKG_CONFIG_PATH="$(brew --prefix ruby)/lib/pkgconfig"
arrow/dev/release/verify-release-candidate.sh \