git: Cleanup CI scripts (#650)

* RUST_PATH doesn't seem to be used on ArchLinux

* renamed jobs

* no objc code on Windows (need confirmation)

* fakeroot strace patchelf for Ubuntu : not needed ?

* try to use some system libraries on Arch

* added comments to scroll to cmake instruction easily

* No ojbC code on Ubuntu
This commit is contained in:
iTrooz_
2022-08-04 21:50:41 +02:00
committed by WerWolv
parent 65ed949e1b
commit ddf4eb3e2b
3 changed files with 22 additions and 13 deletions

2
dist/Arch/PKGBUILD vendored
View File

@@ -8,7 +8,7 @@ url="https://github.com/WerWolv/ImHex"
repo=$url
license=('GPL 2.0')
groups=()
depends=(glfw mbedtls curl python freetype2 libglvnd dbus xdg-desktop-portal)
depends=(glfw mbedtls python freetype2 libglvnd dbus xdg-desktop-portal curl fmt yara nlohmann-json)
makedepends=(git)
checkdepends=()
optdepends=()