Skip to content
Snippets Groups Projects
Unverified Commit 357ee9cd authored by Oliver Smith's avatar Oliver Smith
Browse files

phosh/squeekboard: disable aarch64, x86

Both architectures don't have a rust package in Alpine, therefore
squeekboard cannot be built. I did not notice this before, because the
phosh dir was not explicitly listed for building packages in the binary
repository. Instead, only postmarketos-ui-phosh was built with all
depends for all arches, but this package does not depend on squeekboard.

[ci:skip-vercheck]: only arch was changed
parent 45977421
Branches
No related tags found
No related merge requests found
Pipeline #197015 passed
......@@ -5,7 +5,8 @@ pkgver=0_git20190723
pkgrel=0
_commit="4b66add65fa7d3875596c108430699a44d98f50e"
pkgdesc="The final Phosh keyboard"
arch="all"
# aarch64, x86: missing rust
arch="all !aarch64 !x86"
url="https://source.puri.sm/Librem5/squeekboard"
license="GPL-3.0-or-later"
depends=""
......
  • Administrator @root

    mentioned in commit e988f5fb

    By Danct12 on 2019-09-18T15:26:10

    · Imported

    mentioned in commit e988f5fb

    By Danct12 on 2019-09-18T15:26:10

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment