google / sandboxed-api

Generate sandboxes for C/C++ libraries automatically

Home Page:https://developers.google.com/sandboxed-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failure with Bazel 0.25.0+

cblichmann opened this issue · comments

The way CC compilation units are handled in Skylark rules has changed, which leads to passing 0 arguments to it:

ERROR: /home/cblichmann/tmp/sandboxed_api/tools/generator2/BUILD:61:1: Generating sandboxed_api/tools/generator2/tests_sapi_generator.sapi.h from 0 header files. failed (Exit 1)
sapi_generator failed: error executing command bazel-out/host/bin/sandboxed_api/tools/generator2/sapi_generator --sapi_name Tests --sapi_out bazel-out/k8-fastbuild/bin/sandboxed_api/tools/generator2/tests_sapi_generator.sapi.h --sapi_embed_dir ... (remaining 7 argument(s) skipped)

Verified.