Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!634
Fix automated builds for some packages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix automated builds for some packages
awilfox/fix/2021-10-automated-builds
into
master
Overview
0
Commits
5
Pipelines
0
Changes
7
Merged
Anna Wilcox
requested to merge
awilfox/fix/2021-10-automated-builds
into
master
3 years ago
Overview
0
Commits
5
Pipelines
0
Changes
7
Expand
Requires
!633 (merged)
.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ad9bdf63
5 commits,
3 years ago
7 files
+
25
−
36
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
system/coreutils/APKBUILD
+
3
−
1
Options
@@ -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