[Buildroot] [git commit] package/zfs: add test case for musl toolchain

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue May 3 20:33:47 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=49f9a08223005584ca28c6f243ee5cb1d1e64f57
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: José Luis Salvador Rufo <salvador.joseluis at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 support/testing/tests/package/test_zfs.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/support/testing/tests/package/test_zfs.py b/support/testing/tests/package/test_zfs.py
index 1cc030e78c..8911dcfd9e 100644
--- a/support/testing/tests/package/test_zfs.py
+++ b/support/testing/tests/package/test_zfs.py
@@ -73,3 +73,8 @@ class TestZfsUclibc(TestZfsBase):
         """
 
 
+class TestZfsMusl(TestZfsBase):
+    config = TestZfsBase.config + \
+        """
+        BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_STABLE=y
+        """



More information about the buildroot mailing list