Skip to content
Snippets Groups Projects

Fix automated builds for some packages

Merged Anna Wilcox requested to merge awilfox/fix/2021-10-automated-builds into master
7 files
+ 25
36
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 3
1
@@ -54,7 +54,9 @@ build() {
}
check() {
make check
# This prevents 'chgrp' tests from breaking inside APK Foundry.
env COREUTILS_GROUPS='build' make -C tests check
# We can't run gnulb-tests because of multiple chown failures.
}
package() {
Loading