add comment re: test failures

This commit is contained in:
npil 2025-10-17 18:00:33 +01:00
parent f9a93cd304
commit 8e2aeb0dc4

View file

@ -98,11 +98,13 @@ build() {
patch -Np1 -i "../$pkgname-$pkgver-ruby_paths.patch"
}
## tests fail: https://github.com/samaaron/sonic-pi/issues/1865
# Tests fail because they require the package to be fully installed first
# The test suite tries to load files from /usr/share/sonic-pi/ which don't exist during build
# See: https://github.com/samaaron/sonic-pi/issues/1865
#check() {
# cd "$pkgname-$pkgver"
# cd app/server/ruby/test
# rake test
# cd "$pkgname-$pkgver"
# cd app/server/ruby/test
# rake test
#}
package() {