aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-04-06 00:49:04 +0200
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-04-06 10:16:10 +0200
commit2a05d887b5a31486b97dbf5a94173f234fa6f9c7 (patch)
tree8685568f9bc25cf0816afbce52bc31a41a0d606e
parent100fcf7bdf7a5e711475e6173f28ca6d407483bd (diff)
Adjust build process
-rw-r--r--.build.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.build.yml b/.build.yml
index 4fdfeac..04b6859 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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