Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant: bump server VM image for clang/llvm #10703

Merged
merged 1 commit into from Mar 25, 2020
Merged

Conversation

borkmann
Copy link
Member

Follow-up to cfc5e8c ("vagrant: bump development VM images
for clang/llvm") in order to bump the SERVER_VERSION.

Signed-off-by: Daniel Borkmann daniel@iogearbox.net

Follow-up to cfc5e8c ("vagrant: bump development VM images
for clang/llvm") in order to bump the SERVER_VERSION.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
@borkmann borkmann added pending-review area/misc Impacts miscellaneous areas of the code not otherwise owned by another area. release-note/misc This PR makes changes that have no direct user impact. labels Mar 25, 2020
@borkmann borkmann requested a review from a team as a code owner March 25, 2020 17:14
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 Mar 25, 2020
@borkmann
Copy link
Member Author

test-me-please

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 45.432% when pulling 451c5d6 on pr/vbox-update into 3b861dd on master.

@borkmann borkmann merged commit 496f1be into master Mar 25, 2020
1.8.0 automation moved this from In progress to Merged Mar 25, 2020
@borkmann borkmann deleted the pr/vbox-update branch March 25, 2020 19:27
tklauser added a commit that referenced this pull request Mar 27, 2020
With the recent changes in #10703 the dev VM no longer ships a general
purpose `clang` with all targets, but only one with the `bpf` target.
This leads to the build in `test/bpf` to fail:

```
clang -I../../bpf/ -I../../bpf/include -I. -D__NR_CPUS__=2 -O2 -I../../bpf/ unit-test.c -o unit-test
error: unable to create target: 'No available targets are compatible with triple "x86_64-unknown-linux-gnu"'
```

To fix this, use `gcc` to build non-bpf binaries.

Suggested-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
borkmann pushed a commit that referenced this pull request Mar 27, 2020
With the recent changes in #10703 the dev VM no longer ships a general
purpose `clang` with all targets, but only one with the `bpf` target.
This leads to the build in `test/bpf` to fail:

```
clang -I../../bpf/ -I../../bpf/include -I. -D__NR_CPUS__=2 -O2 -I../../bpf/ unit-test.c -o unit-test
error: unable to create target: 'No available targets are compatible with triple "x86_64-unknown-linux-gnu"'
```

To fix this, use `gcc` to build non-bpf binaries.

Suggested-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/misc Impacts miscellaneous areas of the code not otherwise owned by another area. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

4 participants