Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-devel
Commits
af88f2b9b5b7
Commit
af88f2b9b5b7
authored
4 months ago
by
Pierre-Yves David
Browse files
Options
Downloads
Patches
Plain Diff
wheel: reintroduce the building of i686 wheel
We now have image to make that work.
parent
a1f2e25b6b38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1100
Merge stable into default
,
!1087
build wheel for i686
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
contrib/packaging/Makefile
+6
-2
6 additions, 2 deletions
contrib/packaging/Makefile
with
7 additions
and
2 deletions
Makefile
+
1
−
0
View file @
af88f2b9
...
...
@@ -228,6 +228,7 @@
linux-wheels-x86_64
\
linux-wheels-x86_64-musl
\
linux-wheels-i686
\
linux-wheels-i686-musl
\
ppa
# Forward packaging targets for convenience.
...
...
This diff is collapsed.
Click to expand it.
contrib/packaging/Makefile
+
6
−
2
View file @
af88f2b9
...
...
@@ -127,7 +127,7 @@
$(
foreach
release,
$(
RHEL_RELEASES
)
,
$(
eval
$(
call rhel_targets,
$(
release
))))
.PHONY
:
linux-wheels
linux-wheels
:
linux-wheels-x86_64 linux-wheels-x86_64-musl
linux-wheels
:
linux-wheels-x86_64 linux-wheels-x86_64-musl
linux-wheels-i686 linux-wheels-i686-musl
img_reg
=
"registry.heptapod.net/mercurial/ci-images"
img_tag
=
"v3.0"
...
...
@@ -143,4 +143,8 @@
.PHONY
:
linux-wheels-i686
linux-wheels-i686
:
docker run
-e
"HGTEST_JOBS=
$(
shell nproc
)
"
--rm
-ti
-v
`
pwd
`
/../..:/src quay.io/pypa/manylinux1_i686 linux32 /src/contrib/packaging/build-linux-wheels.sh
docker run
--rm
-ti
-v
`
pwd
`
/../..:/src
$(
img_reg
)
/core-wheel-i686-c:
$(
img_tag
)
$(
whl_sh
)
.PHONY
:
linux-wheels-i686-musl
linux-wheels-i686-musl
:
docker run
--rm
-ti
-v
`
pwd
`
/../..:/src
$(
img_reg
)
/core-wheel-i686-musl-c:
$(
img_tag
)
$(
whl_sh
)
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