Skip to content

Commit

Permalink
Merge pull request #84 from h-vetinari/win
Browse files Browse the repository at this point in the history
Re-enable windows builds
  • Loading branch information
h-vetinari authored Jul 24, 2024
2 parents 960bf8e + 3205efd commit 32d52eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ package:
version: {{ version|replace("-", "_") }}

source:
url: https://dist.apache.org/repos/dist/release/arrow/arrow-{{ version }}/apache-arrow-{{ version }}.tar.gz
url: https://www.apache.org/dyn/closer.lua/arrow/arrow-{{ version }}/apache-arrow-{{ version }}.tar.gz?action=download
fn: apache-arrow-{{ version }}.tar.gz
sha256: 9d280d8042e7cf526f8c28d170d93bfab65e50f94569f6a790982a878d8d898d

build:
skip: true # [win]
number: 1
rpaths:
- lib/R/lib/
Expand Down Expand Up @@ -46,6 +46,8 @@ requirements:
- r-base
- r-r6
- r-cpp11
# https://github.com/r-lib/cpp11/issues/360
- r-cpp11 <0.4.4 # [win]
- r-assertthat
- r-bit64
- r-purrr
Expand All @@ -59,6 +61,7 @@ requirements:
- r-purrr
- r-rlang
- r-tidyselect
- r-tzdb # [win]

test:
commands:
Expand Down

0 comments on commit 32d52eb

Please sign in to comment.