Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mypy
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Debian Python Team
packages
mypy
Commits
ad750c49
Verified
Commit
ad750c49
authored
9 months ago
by
Michael R. Crusoe
Browse files
Options
Downloads
Patches
Plain Diff
d/rules: adjust build flags for mips64el
parent
9eacd64e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#728030
failed
9 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/rules
+1
-4
1 addition, 4 deletions
debian/rules
with
7 additions
and
4 deletions
debian/changelog
+
6
−
0
View file @
ad750c49
mypy (1.11.2-3) unstable; urgency=medium
* d/rules: adjust build flags for mips64el
-- Michael R. Crusoe <crusoe@debian.org> Sat, 07 Sep 2024 11:27:22 +0200
mypy (1.11.2-2) unstable; urgency=medium
* d/tests/run-unit-test: also run the mypyc tests
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
4
View file @
ad750c49
...
...
@@ -9,12 +9,9 @@ include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/default.mk
ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf hppa riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64))
ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf
mips64el
hppa riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64))
export MYPYC_MULTI_FILE=1
endif
ifneq (,$(filter $(DEB_HOST_ARCH),mips64el))
export DEB_CFLAGS_MAINT_APPEND += -mxgot
endif
export DEB_CFLAGS_MAINT_APPEND += -Wno-misleading-indentation
...
...
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