Chad Brewbaker

Results 102 comments of Chad Brewbaker

Why not use @sickcodes Docker-OS X under the stock GitHub Actions Ubuntu instance? Apple has never complained- XNU and LLVM are open source. What Apple doesn’t want is people loading...

Another error on commit 46fd9f1ab883b. macOS 11.4, aarch64, Docker version 20.10.6, build 370c289 ```bash docker/build To build LLVM11 version, use env LLVM11=yes docker/build Making docker image rvt_base:latest using Dockerfile ../mkimage:...

Ran sudo docker/build, now getting this error that it is unable to find many packages. ```bash => ERROR [2/3] RUN apt-get --yes update && apt-get install --no-install-recommends --yes bison build-essential...

z3 isn't releasing an aarch64 Ubuntu build. This will have to be built from source pinned to whatever commit hash is recommended. Next error, there is no prebuilt config for...

One line of AWS CLI. Which should be the source of truth?

Mind if I extend the branch for full AWSLinux2 support so gg can run *from* AWS Lambda? AWS Linux2 distro is still on protobuf2 and cmake 2. Probably out of...

Would it help if the examples had an AWS lambda to submit to your build queue?

Could you point to a git repo of a sample nvcc project?

https://github.com/rapidsai/cudf/tree/branch-0.17/cpp Just a cmake build. ```bash cd cpp; mkdir -p build; cd build; cmake ../ # Run gg on the Makefile ```

Could you give the errors here or link to a gist? I'll take a look. I'm porting gg now to AWSLinux2.