Skip to content

Commit

Permalink
update GH action workflows to remove generate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jan 5, 2024
1 parent 60d5b08 commit 864f73e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
target: aarch64-apple-darwin
architecture: aarch64
use-cross: false
addl-build-args: --features=apply,generate,fetch,foreach,self_update,luau,polars,to,geocode
addl-build-args: --features=apply,fetch,foreach,self_update,luau,polars,to,geocode
default-features: --no-default-features
addl-qsvlite-features:
addl-qsvdp-features: luau
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS-arm64-selfhosted-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
target: aarch64-apple-darwin
architecture: aarch64
use-cross: false
addl-build-args: --features=apply,generate,fetch,foreach,self_update,luau,polars,to,geocode
addl-build-args: --features=apply,fetch,foreach,self_update,luau,polars,to,geocode
default-features:
addl-qsvlite-features:
addl-qsvdp-features: luau
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-macOS-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
target: x86_64-apple-darwin
architecture: x86_64
use-cross: false
addl-build-args: --features=apply,generate,fetch,foreach,self_update,luau,polars,to,geocode
addl-build-args: --features=apply,fetch,foreach,self_update,luau,polars,to,geocode
default-features: --no-default-features
addl-qsvlite-features:
addl-qsvdp-features: luau
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-nightly-glibc-231-musl-1124.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
os-name: linux
target: x86_64-unknown-linux-gnu
architecture: x86_64
addl-build-args: --features=apply,generate,luau,fetch,foreach,nightly,self_update,polars,geocode
addl-build-args: --features=apply,luau,fetch,foreach,nightly,self_update,polars,geocode
default-features:
addl-qsvlite-features:
addl-qsvdp-features: luau
Expand All @@ -43,7 +43,7 @@ jobs:
target: x86_64-unknown-linux-musl
architecture: x86_64
musl-prep: true
addl-build-args: --features=apply,generate,fetch,foreach,nightly,self_update,polars
addl-build-args: --features=apply,fetch,foreach,nightly,self_update,polars
default-features:
addl-qsvlite-features:
addl-qsvdp-features:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
os-name: linux
target: x86_64-unknown-linux-gnu
architecture: x86_64
addl-build-args: --features=apply,generate,luau,fetch,foreach,nightly,self_update,geocode,polars,to
addl-build-args: --features=apply,luau,fetch,foreach,nightly,self_update,geocode,polars,to
default-features:
addl-qsvlite-features:
addl-qsvdp-features: luau
Expand All @@ -43,7 +43,7 @@ jobs:
# target: x86_64-unknown-linux-musl
# architecture: x86_64
# musl-prep: true
# addl-build-args: --features=apply,generate,fetch,foreach,nightly,self_update
# addl-build-args: --features=apply,fetch,foreach,nightly,self_update
# default-features:
- os: windows-latest
os-name: windows
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@ jobs:
os-name: linux
target: x86_64-unknown-linux-gnu
architecture: x86_64
addl-build-args: --features=apply,generate,luau,fetch,foreach,nightly,to,self_update,polars
addl-build-args: --features=apply,luau,fetch,foreach,nightly,to,self_update,polars
default-features:
addl-qsvdp-features: luau
# - os: ubuntu-latest
# os-name: linux
# target: x86_64-unknown-linux-musl
# architecture: x86_64
# musl-prep: true
# addl-build-args: --features=apply,generate,fetch,foreach,nightly,self_update
# addl-build-args: --features=apply,fetch,foreach,nightly,self_update
# default-features:
- os: windows-latest
os-name: windows
target: x86_64-pc-windows-msvc
architecture: x86_64
addl-build-args: --features=apply,generate,luau,fetch,nightly,to,self_update,polars
addl-build-args: --features=apply,luau,fetch,nightly,to,self_update,polars
default-features:
addl-qsvdp-features: luau
- os: windows-latest
os-name: windows
target: x86_64-pc-windows-gnu
architecture: x86_64
addl-build-args: --features=apply,generate,luau,fetch,nightly,self_update,polars
addl-build-args: --features=apply,luau,fetch,nightly,self_update,polars
default-features: --no-default-features
addl-qsvdp-features: luau
- os: macos-latest
os-name: macos
target: x86_64-apple-darwin
architecture: x86_64
addl-build-args: --features=apply,generate,luau,fetch,foreach,nightly,to,self_update
addl-build-args: --features=apply,luau,fetch,foreach,nightly,to,self_update
default-features:
addl-qsvdp-features: luau

Expand Down

0 comments on commit 864f73e

Please sign in to comment.