Nicolas Francois
Nicolas Francois
ScalaJS doesn't work because of missing Cats Applicative typeclass instance for ZIO. I asked on the Gitter channel they are apparently working on it.
While compiling I get ``` ERROR: /home/nfrancois/.cache/bazel/_bazel_nfrancois/8d37f7d4f97f2686ecd717eabbe802da/external/io_bazel_rules_scala/third_party/java_tools/ijar/BUILD:11:11: Compiling third_party/java_tools/ijar/mapped_file_unix.cc failed: (Exit 1): gcc failed: error executing command (cd /home/nfrancois/.cache/bazel/_bazel_nfrancois/8d37f7d4f97f2686ecd717eabbe802da/sandbox/linux-sandbox/29/execroot/platform && \ exec env - \ PATH=/bin:/usr/bin:/usr/local/bin \ PWD=/proc/self/cwd \ /usr/bin/gcc...
I pull a build based on bazel 5. Shouldn't we try using it in CI/CD ?