snapcraft-preload fails to build on arm64 and ppc64el #13

Open
jdstrand opened this Issue Apr 27, 2017 · 0 comments

Comments

Projects
None yet
1 participant

Using the following in snapcraft.yaml:

...
  after:
  - snapcraft-preload

only amd64, i386 and armhf build. Eg:

but other architectures fail:

Recent updates seem to cause arm64 and ppc64el to fail. I used to be able to use this in the snapcraft.yaml for armhf, arm64, i386 and ppc64el to build:

preload:
  source: https://github.com/sergiusens/snapcraft-preload.git
  source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3
  source-type: git
  plugin: cmake

and this for amd64:

preload:
  source: https://github.com/sergiusens/snapcraft-preload.git
  source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3
  source-type: git
  plugin: cmake
  # Uncomment the following for amd64 (LP: #1671238)
  build-packages:
  - libc6-dev-i386
  - libc6-dev-x32
  - gcc-5-multilib
  - gcc-multilib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment