Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Maamoun TK
nettle
Commits
52fa97d7
Commit
52fa97d7
authored
2 years ago
by
Maamoun TK
Browse files
Options
Downloads
Patches
Plain Diff
Use updated version of qemu that emulates vmsumudm properly on ppc
parent
57bda855
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
52fa97d7
...
@@ -144,8 +144,8 @@ Debian.cross.x86:
...
@@ -144,8 +144,8 @@ Debian.cross.x86:
-
apt-get update -q
-
apt-get update -q
# remove any previously installed nettle headers to avoid conflicts
# remove any previously installed nettle headers to avoid conflicts
-
for arch in armhf arm64 ppc64el;do apt-get remove -y nettle-dev:$arch;done
-
for arch in armhf arm64 ppc64el;do apt-get remove -y nettle-dev:$arch;done
-
if [ "$host" == "powerpc64-linux-gnu" ];then apt-get
update
&& apt-get install -y gcc-$host g++-$host && export QEMU_LD_PREFIX=/usr/$host EXTRA_CONFIGURE_FLAGS='--enable-mini-gmp';fi
-
if [ "$host" == "powerpc64-linux-gnu" ];then apt-get
install -y software-properties-common && add-apt-repository "deb http://deb.debian.org/debian bullseye-backports main" && apt-get update && apt-get install -y -t bullseye-backports binfmt-support qemu-user
&& apt-get install -y gcc-$host g++-$host && export QEMU_LD_PREFIX=/usr/$host EXTRA_CONFIGURE_FLAGS='--enable-mini-gmp';fi
-
if [ "$host" == "powerpc64le-linux-gnu" ];then apt-get
update
&& apt-get install -y gcc-$host g++-$host libgmp-dev:ppc64el && export QEMU_LD_PREFIX=/usr/$host;fi
-
if [ "$host" == "powerpc64le-linux-gnu" ];then apt-get
install -y software-properties-common && add-apt-repository "deb http://deb.debian.org/debian bullseye-backports main" && apt-get update && apt-get install -y -t bullseye-backports binfmt-support qemu-user
&& apt-get install -y gcc-$host g++-$host libgmp-dev:ppc64el && export QEMU_LD_PREFIX=/usr/$host;fi
-
if [ "$host" == "s390x-linux-gnu" ];then apt-get update && apt-get install -y gcc-$host g++-$host libgmp-dev:s390x && export EXTRA_CONFIGURE_FLAGS='--disable-assembler';fi
-
if [ "$host" == "s390x-linux-gnu" ];then apt-get update && apt-get install -y gcc-$host g++-$host libgmp-dev:s390x && export EXTRA_CONFIGURE_FLAGS='--disable-assembler';fi
script
:
script
:
-
build=$(dpkg-architecture -qDEB_HOST_GNU_TYPE)
-
build=$(dpkg-architecture -qDEB_HOST_GNU_TYPE)
...
...
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