flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

Specifying sdk-extensions with branch does not work

Open ranfdev opened this issue 3 years ago • 0 comments

Checklist

  • [X] I agree to follow the Code of Conduct that this project adheres to.
  • [X] I have searched the issue tracker for a bug that matches the one I want to file, without success.

flatpak-builder version

1.2.2

Flatpak version

1.12.7

How to reproduce

Install an extension with a version suffix:

flatpak install --user org.freedesktop.Sdk.Extension.rust-stable//21.08

Create a manifest with that extension:

"sdk-extensions" : [
    "org.freedesktop.Sdk.Extension.rust-stable//21.08"
]

Run flatpak builder

flatpak-builder --user build manifest.json

Expected Behavior

Given that the required extension is installed, flatpak-builder should find it without issues.

Actual Behavior

error: Requested extension org.freedesktop.Sdk.Extension.rust-stable//21.08 not installed

Additional Information

No response

ranfdev avatar May 09 '22 14:05 ranfdev