mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/zfs: add test case for musl toolchain
Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
593e8cb71f
commit
49f9a08223
@@ -73,3 +73,8 @@ class TestZfsUclibc(TestZfsBase):
|
||||
"""
|
||||
|
||||
|
||||
class TestZfsMusl(TestZfsBase):
|
||||
config = TestZfsBase.config + \
|
||||
"""
|
||||
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_STABLE=y
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user