mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-22 20:15:10 +03:00
Update alpine_to_hostspec mappings (!1812)
The important part about this patch is the change for armhf, which adjusts the hostspec to the one used by Alpine. Fixes a part of postmarketOS/pmaports#363
This commit is contained in:
parent
1e00ce49b9
commit
f853c0da20
2 changed files with 8 additions and 3 deletions
|
@ -272,8 +272,8 @@ def test_run_abuild(args, monkeypatch):
|
|||
# cross=native
|
||||
env = {"CARCH": "armhf",
|
||||
"SUDO_APK": "abuild-apk --no-progress",
|
||||
"CROSS_COMPILE": "armv6-alpine-linux-muslgnueabihf-",
|
||||
"CC": "armv6-alpine-linux-muslgnueabihf-gcc"}
|
||||
"CROSS_COMPILE": "armv6-alpine-linux-musleabihf-",
|
||||
"CC": "armv6-alpine-linux-musleabihf-gcc"}
|
||||
cmd = ["abuild", "-D", "postmarketOS", "-d"]
|
||||
assert func(args, apkbuild, "armhf", cross="native") == (output, cmd, env)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue