Skip to content

Commit

Permalink
Remove flatpak-embed-crates.sh set CARGO_HOME instead
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Oct 2, 2024
1 parent 5d497a7 commit 90ea204
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 51 deletions.
45 changes: 0 additions & 45 deletions linux/flatpak/flatpak-embed-crates.sh

This file was deleted.

12 changes: 6 additions & 6 deletions linux/flatpak/flatpak-rpds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ modules:

- name: python3-maturin
buildsystem: simple
build-options:
env:
CARGO_HOME: /run/build/python3-maturin/cargo
build-commands:
- sh flatpak-embed-crates.sh maturin-1.7.0.tar.gz
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "maturin" --no-build-isolation
sources:
- flatpak-maturin-crates.json
- type: file
path: flatpak-embed-crates.sh
- type: file
url: https://files.pythonhosted.org/packages/80/da/a4bbd6e97f3645f4ebd725321aa235e22e31037dfd92caf4539f721c0a5a/maturin-1.7.0.tar.gz
sha256: 1ba5277dd7832dc6181d69a005182b97b3520945825058484ffd9296f2efb59c
Expand All @@ -44,14 +44,14 @@ modules:

- name: python3-rpds
buildsystem: simple
build-options:
env:
CARGO_HOME: /run/build/python3-rpds/cargo
build-commands:
- sh flatpak-embed-crates.sh rpds_py-0.20.0.tar.gz
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "rpds-py" --no-build-isolation
sources:
- flatpak-rpds-crates.json
- type: file
path: flatpak-embed-crates.sh
- type: file
url: https://files.pythonhosted.org/packages/55/64/b693f262791b818880d17268f3f8181ef799b0d187f6f731b1772e05a29a/rpds_py-0.20.0.tar.gz
sha256: d72a210824facfdaf8768cf2d7ca25a042c30320b3020de2fa04640920d4e121
Expand Down

0 comments on commit 90ea204

Please sign in to comment.