Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

http-archive-demo broken #219

Closed
nickdesaulniers opened this issue May 29, 2021 · 2 comments
Closed

http-archive-demo broken #219

nickdesaulniers opened this issue May 29, 2021 · 2 comments

Comments

@nickdesaulniers
Copy link
Member

$ cd /tmp
$ git clone https://github.com/google/llvm-bazel.git
$ git checkout -b demo origin/http-archive-demo
$ cd http-archive-demo
$ bazel-3.3.1 build @llvm-project//clang
...
<huge warning spew>
@GMNGeoffrey
Copy link
Contributor

Sorry I was OOO

You will need to specify one of the configs to indicate the compiler as described in https://github.com/google/llvm-bazel#usage, e.g.

bazel-3.3.1 build --config=generic_clang @llvm-project//clang

Also the "warning spew" is likely the thing that will help diagnose issues, so please include it in your reports (you can throw it in a gist if it's too big)

@GMNGeoffrey
Copy link
Contributor

I built this successfully

cd /tmp
git clone https://github.com/google/llvm-bazel.git
cd llvm-bazel/
git checkout origin/http-archive-demo
cd http-archive-demo
bazel-3.3.1 build --config=generic_clang @llvm-project//clang

Please open an issue with the errors you see, if you run into another issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants