-
Notifications
You must be signed in to change notification settings - Fork 59
CI with both old and new elixir #32
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
base: main
Are you sure you want to change the base?
Conversation
77bdc66 to
54c0900
Compare
|
I think the lint failures might be exposing actual problems? |
43e4f86 to
60f8993
Compare
|
Rebased onto the |
60f8993 to
edc3d71
Compare
|
This last error hints that wx was linked against dynamic libraries, and requires the https://packages.ubuntu.com/jammy/libwxgtk3.0-gtk3-0v5 package. |
edc3d71 to
6a487b1
Compare
|
😰
Because of the dynamically-linked dependency, I think wxgtk is necessary. But maybe we can have the test prefer the wxwebview backend. |
6a487b1 to
07086da
Compare
|
@dominicletz could be merged. Note that the "quote" branch had to be included as a predecessor, so that lint tests pass on newer Elixir. |
|
@adamwight huh that created a conflict now because I merged the other PR already. |
The Elixir side can be written using normal unquoting.
Run on every supported version of elixir having > OTP 24
07086da to
e7ef7b9
Compare

No description provided.