Skip to content
Commit a9a999a8 authored by Vishnu Satheesh's avatar Vishnu Satheesh
Browse files

fix(tc): Compilation error with Bazel Build



After introducing bezel build, CONFIG_KASAN=n need to be part
inside linux kernel. Removing from build-scripts as we oberve
compilation error

=============================================================
failed: error executing KernelConfig command (from target
//common:tc_config) /bin/bash -c ... (remaining 1 argument skipped)
Use --sandbox_debug to see verbose messages from the sandbox and
retain the sandbox build root for debugging
ERROR: @//common:tc_config:
CONFIG_KASAN: actual '', expected 'CONFIG_KASAN=n' from common/totalcompute/configs/flavor_defconfig.
Are they declared in Kconfig?
Target //common:tc failed to build
==============================================================

Refactor the build command in a better way to accommodate
future changes.

Signed-off-by: Vishnu Satheesh's avatarVishnu Satheesh <vishnu.satheesh@arm.com>
parent 585383ab
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment