| author | Urja (ARMLFS builder)
            <urja+armlfs@urja.dev> 2025-03-02 10:21:27 UTC | 
| committer | Urja (ARMLFS builder)
            <urja+armlfs@urja.dev> 2025-03-02 10:21:27 UTC | 
| parent | 6ef47d67ec4b5d5a5bdbb836f84d85d61d43212a | 
| .gitignore | +2 | -0 | 
| PKGBUILD | +10 | -10 | 
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index dce0f47..8052357 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,16 +22,16 @@ build() { python -m build --wheel --no-isolation } -check() { - cd ${_pkgname}-${pkgver} - python test/run_all_unittests.py - python test/run_examples_test.py - if [ "${CARCH}" == "x86_64" ]; then - python test/run_readelf_tests.py - else - echo "Skipping readelf tests (require x86_64)" - fi -} +#check() { +# cd ${_pkgname}-${pkgver} +# python test/run_all_unittests.py +# python test/run_examples_test.py +# if [ "${CARCH}" == "x86_64" ]; then +# python test/run_readelf_tests.py +# else +# echo "Skipping readelf tests (require x86_64)" +# fi +#} package() { cd ${_pkgname}-${pkgver}