Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-debian-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Reform
reform-debian-packages
Commits
8af9330d
Verified
Commit
8af9330d
authored
1 year ago
by
Johannes Schauer Marin Rodrigues
Browse files
Options
Downloads
Patches
Plain Diff
linux: apply patch from #1037938
parent
6dd1d4fc
No related branches found
No related tags found
1 merge request
!17
linux: apply patch from #1037938
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
linux/build.sh
+0
-4
0 additions, 4 deletions
linux/build.sh
linux/packaging.diff
+13
-0
13 additions, 0 deletions
linux/packaging.diff
with
13 additions
and
4 deletions
linux/build.sh
+
0
−
4
View file @
8af9330d
...
...
@@ -109,10 +109,6 @@ if [ "$BUILD_ARCH" != "$HOST_ARCH" ]; then
DEB_BUILD_PROFILES
=
"cross
$DEB_BUILD_PROFILES
"
fi
# fails to cross-build since python3.11 3.11.6-1 with:
# cc1: error: ‘-fcf-protection=full’ is not supported for this target
DEB_BUILD_PROFILES
=
"nopython
$DEB_BUILD_PROFILES
"
env
--chdir
=
linux
DEB_BUILD_PROFILES
=
"
$DEB_BUILD_PROFILES
"
\
sbuild
--chroot
=
"
$BASESUITE
-
$BUILD_ARCH
"
--arch-any
--arch-all
--host
=
"
$HOST_ARCH
"
\
--verbose
--no-source-only-changes
--no-run-lintian
--no-run-autopkgtest
...
...
This diff is collapsed.
Click to expand it.
linux/packaging.diff
+
13
−
0
View file @
8af9330d
...
...
@@ -60,3 +60,16 @@ index 113926e5f..5acb3fa1f 100644
+[packages]:
+installer: false
+docs: false
--- a/debian/rules.real 2023-06-12 08:25:16.000000000 +0200
+++ b/debian/rules.real 2023-06-14 16:09:09.000000000 +0200
@@ -632,6 +632,10 @@
dh_md5sums
dh_builddeb -- $(BUILDDEB_ARGS)
+ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+binary_perf build_perf: export _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__$(DEB_HOST_MULTIARCH)
+endif
+
build_perf: $(STAMPS_DIR)/build-tools-headers
$(call make-tools,tools/perf)
This diff is collapsed.
Click to expand it.
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