Amin Ya

Results 1114 comments of Amin Ya

Just pushed a patch to setup-cpp. Please try building again and see if the error persists. https://github.com/aminya/setup-cpp/commit/a8d76c6b538f9bc09243b13387cc83478537cde1

`CPPFLAGS` is the only one that might cause issues because LLVM ships its own incompatible C headers. I agree that setup-cpp should not set necessary flags when only clang-tidy and...

I prefer that we add support for [`Coz`](https://github.com/plasma-umass/coz) too. It is one of the best tools for benchmarking and profiling.

Does the libc++ installation script expect a certain llvm installation path? setup-cpp installs llvm in `~/llvm` by default (installation path is also accessible from `${{ env.LLVM_PATH }}`)

> Apologies for being a bit silent, but I will get back to you in a couple of days. I much appreciate the work you're doing. Thanks. You're welcome! >...

The libcxx issue is fixed. It required using the correct LLVM_PATH and also passing the CPPFLAGS and LDFLAGS to cmake.

The only remaining thing is installing gcc-4.9, which for some reason is rejected by apt although its ppa is already added. How did you do that before? 🤔

Yay! Everything is fixed now. 🎉

The failures are due to missing coverage reports on some versions, which I think is unrelated to this PR. Right?

I updated kcov to v39 because it does not need to be built from the source this way. It might rely on some shared libraries that are missing in the...