Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide PyOxidizer binaries #109

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Install dissect package instead of acquire
  • Loading branch information
Schamper committed Nov 20, 2023
commit 527e0e5d1cfd0ff72a32862079d043db6fd54781
12 changes: 4 additions & 8 deletions .github/workflows/pyoxidizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
~/.cargo/git/db/
key: linux-cache

# We need target-query to build the plugin list, let acquire determine which version to pull in
- name: Install dependencies
run: /opt/python/cp39-cp39/bin/pip install pyoxidizer acquire==${{ github.event.inputs.tag }}
run: /opt/python/cp39-cp39/bin/pip install pyoxidizer dissect

- name: Build binary
run: |
Expand Down Expand Up @@ -84,9 +83,8 @@ jobs:
- name: Install forked PyOxidizer
run: cargo install --git https://github.com/Schamper/pyoxidizer pyoxidizer --force --locked

# We need target-query to build the plugin list, let acquire determine which version to pull in
- name: Install dependencies
run: /opt/python/cp39-cp39/bin/pip install acquire==${{ github.event.inputs.tag }}
run: /opt/python/cp39-cp39/bin/pip install dissect

- name: Build binary
run: |
Expand Down Expand Up @@ -123,9 +121,8 @@ jobs:
with:
python-version: '3.9'

# We need target-query to build the plugin list, let acquire determine which version to pull in
- name: Install dependencies
run: pip install pyoxidizer acquire==${{ github.event.inputs.tag }}
run: pip install pyoxidizer dissect

- name: Build binary
run: |
Expand Down Expand Up @@ -162,9 +159,8 @@ jobs:
with:
python-version: '3.9'

# We need target-query to build the plugin list, let acquire determine which version to pull in
- name: Install dependencies
run: pip install pyoxidizer acquire==${{ github.event.inputs.tag }}
run: pip install pyoxidizer dissect

- name: Build binary
run: |
Expand Down