Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions #1

Open
gbraad opened this issue Aug 1, 2016 · 4 comments
Open

Build instructions #1

gbraad opened this issue Aug 1, 2016 · 4 comments

Comments

@gbraad
Copy link

gbraad commented Aug 1, 2016

Currently this lacks the build instructions and dependencies. This issue will collect the steps I have performed and the issues I encountered:

Basing on openSUSE 42.1

zypper install -y git make sudo kiwi ostree
git clone https://github.com/fcrozat/opensuse-flatpak-runtime.git
cd opensuse-flatpak-runtime
make
@gbraad
Copy link
Author

gbraad commented Aug 1, 2016

Currently fails on kiwi with:

bash-4.2# make
sudo rm -rf buildroot
sudo kiwi --profile="runtime" system prepare --root=$PWD/buildroot --description=$PWD
Unknown option: profile
Unknown option: description

https://gitlab.com/gbraad/flatpak-runtime-build/builds/2781002

@gbraad
Copy link
Author

gbraad commented Aug 23, 2016

Instead of Kiwi, these images are generated using Kiwi NG

$ zypper ar -f http://download.opensuse.org/repositories/Virtualization:/Appliances:/Builder/openSUSE_Leap_42.1/Virtualization:Appliances:Builder.repo
$ zypper --no-gpg-checks install -y python3-kiwi

@gbraad
Copy link
Author

gbraad commented Aug 23, 2016

Have a GitLab infrastructure to build the flatpak runtime. The configuration is as follows:

Would be great if the build_opensuse task of this .gitlab-ci.yml file could be part of the repo... What do you think?

@gbraad
Copy link
Author

gbraad commented Aug 23, 2016

PR: #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant