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

Build rpds-py and lxml from source #548

Merged
merged 2 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
git clone --depth=1 --branch master --recursive --single-branch https://github.com/flathub/org.flatpak.Builder.git build/org.flatpak.Builder
cd build && python3 ../docker/rewrite-manifest.py && cd org.flatpak.Builder
rm -v flatpak-builder-lint-deps.json && cp -v ../../docker/flatpak-builder-lint-deps.json .
rm -v flatpak-builder-lint-deps.json && cp -v ../../docker/{flatpak-builder-lint-deps,cargo-sources-maturin,cargo-sources-rpds-py}.json .
flatpak-builder --verbose --user --force-clean --repo=repo \
--install-deps-from=flathub --default-branch=localtest --ccache \
--install builddir org.flatpak.Builder.json
Expand Down
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/fl
flatpak install --user -y flathub org.flatpak.Builder
[[ ! -d org.flatpak.Builder ]] && git clone https://github.com/flathub/org.flatpak.Builder

mv flatpak-builder-lint-deps.json org.flatpak.Builder/flatpak-builder-lint-deps.json
mv flatpak-builder-lint-deps.json cargo-sources-maturin.json cargo-sources-rpds-py.json org.flatpak.Builder/
python3 rewrite-manifest.py

case $1 in
Expand Down
Loading
Loading