Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_cuda_compiler_version12.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libgoogle_cloud_devel:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libgoogle_cloud_devel:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_cuda_compiler_version12.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libgoogle_cloud_devel:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libgoogle_cloud_devel:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libgoogle_cloud_devel:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
__migrator:
build_number: 1
kind: version
commit_message: "Rebuild for libboost 1.88"
commit_message: "Rebuild for libboost 1.90"
migration_number: 1
libboost_devel:
- "1.88"
- "1.90"
libboost_headers:
- "1.88"
- "1.90"
libboost_python_devel:
- "1.88"
migrator_ts: 1753251695.3315456
- "1.90"
migrator_ts: 1776998221.848913
8 changes: 0 additions & 8 deletions .ci_support/migrations/libopentelemetry_cpp126.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libgoogle_cloud_devel:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libgoogle_cloud_devel:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_cuda_compiler_version12.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libcrc32c:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libabseil:
libarrow:
- '*'
libboost_devel:
- '1.88'
- '1.90'
libbrotlicommon:
- '1.2'
libcrc32c:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,31 @@ jobs:
matrix:
include:
- CONFIG: linux_64_cuda_compiler_version12.9
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_cuda_compiler_versionNone
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_aarch64_cuda_compiler_version12.9
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_aarch64_cuda_compiler_versionNone
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_ppc64le_
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
Expand Down Expand Up @@ -119,7 +124,7 @@ jobs:
env:
# default value; make it explicit, as it needs to match with artefact
# generation below. Not configurable for now, can be revisited later
CONDA_BLD_DIR: C:\bld
CONDA_BLD_PATH: C:\bld
MINIFORGE_HOME: ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge
PYTHONUNBUFFERED: 1
CONFIG: ${{ matrix.CONFIG }}
Expand Down
33 changes: 27 additions & 6 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ source:
folder: cpp/submodules/parquet-testing

build:
number: 27
number: 28
# for cuda support, building with one version is enough to be compatible with
# all later versions, since arrow is only using libcuda, and not libcudart.
skip: true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
Expand Down
Loading