diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 00:49:04 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 10:16:10 +0200 |
| commit | 2a05d887b5a31486b97dbf5a94173f234fa6f9c7 (patch) | |
| tree | 8685568f9bc25cf0816afbce52bc31a41a0d606e | |
| parent | 100fcf7bdf7a5e711475e6173f28ca6d407483bd (diff) | |
Adjust build process
| -rw-r--r-- | .build.yml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,6 +1,6 @@ image: archlinux packages: - - make + - just - minisign - rsync - coreutils @@ -14,9 +14,6 @@ packages: - python-poetry - flatpak - flatpak-builder - - gtk4 - - libadwaita - - gtksourceview5 - fakeroot - podman sources: @@ -32,9 +29,7 @@ secrets: tasks: - set_rust: | cd map-linux - make set_rust - - install_binstall: | - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + rustup default stable - setup_flatpak_tools: | cd flatpak-builder-tools/cargo poetry install |