Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
These are files that this workflow publishes. The screenshot below is tested on my bucket.
@wojtekmach I addressed all issues that you commented. Please kindly review again. 🙇
The freebsd raise an error: ``` gmake compile ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/lib/erlang24/erts-12.3.2.2/bin/beam.smp not found gmake: *** [Makefile:83: lib/elixir/src/elixir_parser.erl] Error 1 ``` I'm not sure why. :(
@wojtekmach @ericmj I addressed all comment suggestions. And I just added fastly purge cache after build but unfortunately, I've not fastly setup, so I can't test it by myself. :(
> Will this eventually mean we replace the place `setup-beam` fetches the pre-compiled from (https://github.com/erlef/setup-beam/blob/main/src/install-elixir.sh#L12)? Or is this just a normal redirect to S3 (thus no changes to `setup-beam`)? I’m...
Hi, i just see the issue https://github.com/ScoopInstaller/Main/issues/3886#issuecomment-1239843242. I start thinking that we should bring back the shasum file per version for consumer usage reason. And it will consistent with current...
> Looks great. We need to coordinate merging this with changing bob. I've open a PR https://github.com/hexpm/bob/pull/125 to remove main. But it seems we need to have building doc feature...
Yeah, i’ll try tackle that after this changes get merge.
> I believe we can only merge this after we stop Bob from building elixir main as not to keep overwriting builds.txt. But we can only stop bob from building...
As far as i know, the `protobuf` library doesn’t compile but just do only generate a type in your proto file. So you need to compile includes proto file by...