Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
c3644e4a
Commit
c3644e4a
authored
1 year ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
reproducible Debian: disable i386 builds (see #1052257)
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
3c2156dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/reproducible_build_service.sh
+1
-1
1 addition, 1 deletion
bin/reproducible_build_service.sh
with
1 addition
and
1 deletion
bin/reproducible_build_service.sh
+
1
−
1
View file @
c3644e4a
...
...
@@ -186,7 +186,7 @@ startup_workers() {
for
ARCH
in
amd64 i386 arm64 armhf
;
do
case
$ARCH
in
amd64
)
MAX
=
32
;;
i386
)
MAX
=
16
;;
i386
)
MAX
=
0
# default:
16 ;;
arm64
)
MAX
=
32
;;
armhf
)
MAX
=
59
;;
*
)
;;
...
...
This diff is collapsed.
Click to expand it.
Holger Levsen
@holger
mentioned in commit
4fca345f
·
1 year ago
mentioned in commit
4fca345f
mentioned in commit 4fca345f7ba43bebd1bdec98a45d92d39ceec503
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment