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

Unable to build with the latest ide-flatpak-wrapper #377

Open
czhang03 opened this issue Oct 23, 2024 · 1 comment
Open

Unable to build with the latest ide-flatpak-wrapper #377

czhang03 opened this issue Oct 23, 2024 · 1 comment
Assignees

Comments

@czhang03
Copy link

Hi, I was trying to test my changes to enable linuxbrew (czhang03/ide-flatpak-wrapper@a2294f2). However I noticed that vscodium doesn't seem to build with the latest commit of ide-flatpak-wrapper.

Here is a sample of my yaml file:

    sources:
      - type: git
        url: https://github.com/flathub-infra/ide-flatpak-wrapper.git
        commit: 3314b55ccd4ece8810715787e246f8407e20caab
      - type: file
        path: README.md
      - type: file
        path: sdk_update.md

The command I ran:

flatpak-builder --force-clean --install-deps-from=flathub --user --repo=repo --install build/ com.vscodium.codium.yaml

and here is the sample of the log:

HEAD is now at 3314b55 ci: Remove triggering branch restriction
The Meson build system
Version: 1.5.2
Source dir: /run/build/wrapper-flatpak-wrapper
Build dir: /run/build/wrapper-flatpak-wrapper/_flatpak_build
Build type: native build

../meson.build:1:0: ERROR: Unknown options: "envs, envs_inner, zypak, zypak_args"

A full log can be found at /run/build/wrapper-flatpak-wrapper/_flatpak_build/meson-logs/meson-log.txt
Error: module wrapper-flatpak-wrapper: Child process exited with code 1

I don't know if people are aware of this issue, or should I report this at ide-flatpak-wrapper?

@noonsleeper
Copy link
Collaborator

noonsleeper commented Oct 24, 2024

You need to use the zypak branch since vscodium is an electron based app

@noonsleeper noonsleeper self-assigned this Oct 24, 2024
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

2 participants