From 81f5bfbecf62b4d1fa77151d1c03788d39d3d1a8 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 19 Feb 2024 14:58:46 +0100 Subject: [PATCH] BOILR: moving this module in the proper branch --- net.retrodeck.retrodeck.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index bbca335c..5d895820 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -444,24 +444,6 @@ modules: # External manifests start - - name: boilr - buildsystem: simple - build-options: - append-path: /usr/lib/sdk/rust-stable/bin - env: - # To pick up vendored deps - CARGO_HOME: /run/build/boilr/cargo - RUSTFLAGS: "-L /app/lib/" - build-commands: - - cargo --offline fetch --manifest-path Cargo.toml --verbose - - cargo --offline build --release --verbose --features flatpak - - install -Dm755 ./target/release/boilr -t /app/bin/ - sources: - - type: git - url: https://github.com/PhilipK/BoilR - branch: retro - #- rd-submodules/boilr/cargo-lock.json it's in the repo now, at least on retro branch, check on main later please - # RetroArch - START # https://github.com/flathub/org.libretro.RetroArch