-
Notifications
You must be signed in to change notification settings - Fork 77
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
Advanced grammar doesn't work with multi-platform (ST124) charms #2068
Labels
Bug
Something isn't working
Comments
I also tried build-packages:
- on [email protected]:
- libffi-dev
- libssl-dev
- pkg-config
- on [email protected]:
- libffi-dev
- libssl-dev
- pkg-config
- else:
- libffi-dev
- libssl-dev
- pkg-config
- rustup and build-packages:
- on [email protected]:amd64:
- libffi-dev
- libssl-dev
- pkg-config
- on [email protected]:amd64:
- libffi-dev
- libssl-dev
- pkg-config
- else:
- libffi-dev
- libssl-dev
- pkg-config
- rustup and build-packages:
- libffi-dev
- libssl-dev
- pkg-config
- on [email protected]:amd64: []
- on [email protected]:amd64: []
- else:
- rustup but got the same results |
This is expected as it's not implemented yet. Charmcraft doesn't officially support advanced grammar and craft-grammar doesn't support using the platform in grammar statements. We have tasks outlined but I don't think we have an ETA. |
thank you for the information! |
carlcsaposs-canonical
added a commit
to canonical/mysql-router-operator
that referenced
this issue
Jan 8, 2025
carlcsaposs-canonical
added a commit
to canonical/mysql-router-operator
that referenced
this issue
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Advanced grammar doesn't work with charms using ST124 syntax (https://docs.google.com/document/d/1QVHxZumruKVZ3yJ2C74qWhvs-ye5I9S6avMBDHs2YcQ/edit?pli=1&tab=t.0#heading=h.sn552414niwh)
To Reproduce
Expected behavior
rustup
is installed from snap on 22.04 baseActual behavior
charmcraft attempts to install
rustup
with apt and failsEnvironment
Ubuntu 22.04
charmcraft.yaml
Relevant log output
charmcraft-20250108-115236.624501.log
The text was updated successfully, but these errors were encountered: