Skip to content

Commit

Permalink
enable polars feature for qsvdp on select platforms
Browse files Browse the repository at this point in the history
to enable "instant" SQL queries/aggregations

[skip ci]
  • Loading branch information
jqnatividad committed Mar 14, 2024
1 parent a77e990 commit e021427
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-linux-glibc-231-musl-1124.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
addl-build-args: --features=apply,luau,fetch,foreach,self_update,polars,geocode
default-features:
addl-qsvlite-features:
addl-qsvdp-features: luau
addl-qsvdp-features: luau,polars
name-suffix: glibc-2.31
- os: ubuntu-20.04
os-name: linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-linux-glibc-231-musl-123.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
addl-build-args: --features=apply,luau,fetch,foreach,self_update,polars,geocode
default-features:
addl-qsvlite-features:
addl-qsvdp-features: luau
addl-qsvdp-features: luau,polars
name-suffix: glibc-2.31
- os: ubuntu-20.04
os-name: linux
Expand All @@ -46,7 +46,7 @@ jobs:
addl-build-args: --features=apply,fetch,foreach,self_update,polars,geocode
default-features:
addl-qsvlite-features:
addl-qsvdp-features:
addl-qsvdp-features: polars
name-suffix: musl-1.2.3

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Nightly
dsdsdsdsdsdsdsname: Publish Nightly

on:
workflow_dispatch:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
addl-build-args: --features=apply,luau,fetch,foreach,nightly,self_update,geocode,polars,to
default-features:
addl-qsvlite-features:
addl-qsvdp-features: luau
addl-qsvdp-features: luau,polars
addl-rustflags: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
# - os: ubuntu-latest
# os-name: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
addl-build-args: --features=apply,luau,fetch,foreach,self_update,geocode,polars,to
default-features:
addl-qsvlite-features:
addl-qsvdp-features: luau
addl-qsvdp-features: luau,polars
addl-rustflags: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
- os: ubuntu-22.04
os-name: linux
Expand Down

0 comments on commit e021427

Please sign in to comment.