Jade Alejandra Ornelas
Jade Alejandra Ornelas
It seems [so](https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits) ``` Job execution time - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the...
I've actually been working on a separate branch on it too.  I've managed to built and output an artifact, based on your CircleCI config for the rt-ax82u, but when...
This is the code I have so far https://github.com/yknx4/asuswrt-merlin.ng/blob/github-actions/.github/workflows/build.yml `/_w/am-toolchains/brcm-arm-sdk/hndtools-arm-linux-2.6.36-uclibc-4.5.3/bin/../libexec/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/cc1: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory` This is the error...
@gnuton I didnt use the docker image, I copied the commands from your dockerfile to the install-deps and install-toolchain actions
Awesome tool! I made a different one too, If you want a drop in replacement instead, I'm mantaining this fork https://github.com/yknx4/yaktime
Alpine is a terrible base image for DNS servers. It has issues with TCP resolvers as described [here](https://christoph.luppri.ch/fixing-dns-resolution-for-ruby-on-alpine-linux). Pretty much musl implementation of DNS is incomplete. Also it seems it...
I'm having the same issue with Rspec instead of Minitest. Only on our Rails 7.1 branch
@wolfogre Hey, I looked at it and it seems it is a little more complicated than that. It seems a docker container can't communicate with a WSL instance (The windows...