Navaneeth Rao

Results 26 comments of Navaneeth Rao

I can work on this. I noticed we are using yarn any plans to migrate to pnpm or something?

We also need an option to export secrets without single quotes, docker's --env-file passes single quotes to applications and causes errors. I think this is an urgent feature, could I...

Hi @hydai, Is this the correct approach? ```Dockerfile RUN xx-apk add \ g++ \ llvm-dev llvm-static \ lld lld-dev \ zlib-dev zlib-static RUN wget "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/lld-17.0.6.src.tar.xz" -O /tmp/lld-17.0.6.src.tar.xz RUN tar -xf...

Alpine v3.20 provides LLVM 17.0.6 packages: https://gitlab.alpinelinux.org/alpine/aports/-/blob/3.20-stable/main/lld/APKBUILD?ref_type=heads Let me know what I should do.

I tried building lld from source, seems there are a lot of issues with tarballs of LLVM. Building from git with the specific branch version works fine. Should I integrate...