João Henrique Ferreira de Freitas
João Henrique Ferreira de Freitas
Hi @Raphexion, I totally agree on that. I've been thinking on these examples but never came up with a feasible list. We could add the recipes into `recipes-examples`. I would...
Hej Hej! The first recipe-examples batch is here: https://github.com/meta-erlang/meta-erlang/pull/101
Hello @Raphexion Thanks for the feedback. I'm just preparing the second round and add more examples. Also taking the opportunity to make your suggestion about one example per repository. Thanks
Basically getting mozjs-91 working with Yocto master branch is not possible without patching mozjs-91 to support python 3.12 (which seems to not be a easy task, I spent some days...
It looks good ;) ``` curl -X GET http://admin:[email protected]:5984/_node/_local/_versions {"javascript_engine":{"name":"quickjs"},"erlang":{"version":"25.3.2.11","supported_hashes":["blake2s","blake2b","sha3_512","sha3_384","sha3_256","sha3_224","sha512","sha384","sha256","sha224","sha","ripemd160","md5","md4"]},"col lation_driver":{"name":"libicu","library_version":"74.2","collator_version":"153.121","collation_algorithm_version":"15.1"}} ```
Hello, I'm not sure if this PR is too specific for cowboy 2.9.0. Maybe yes. In fact, how does simple_bridge detect and work with cowboy versions ?
Hi @chruetli I had to update Erlang/OTP versions due a security fix. Let me know it something is not working as expected. I'm still testing and reviewing some points.
Hi @chruetli I've tested on latest master, couchdb-3.4.3 recipe and Erlang/OTP 27. It is working now. ``` # meta-erlang-elixir ELIXIR_VERSION = "1.17.1" PREFERRED_VERSION_elixir = "${ELIXIR_VERSION}" PREFERRED_VERSION_elixir-native = "${ELIXIR_VERSION}" PREFERRED_VERSION_nativesdk-elixir =...
Hi, I'm closing this one. Feel free to reopen it if needed.
Hi, I was expecting it soon or later. Well. I've enabled ptest for erlang (and others recipes) but didn't have enough time to solve all TMPDIR issues yet. But looks...