Skip to main content
Last updated on Aug 25, 2026 Build Cache is generally case insensitive, whereas Bazel is case sensitive. To fix this, add /BuildCacheProfile=<IB installation folder\BuildCache Profiles\BuildCache_profile_bazel.xml> to the BuildConsole command. Incredibuild interception also requires processes spawned by Incredibuild. Bazel is a long-running service which means it cannot be intercepted by the current build if started earlier. Bazel must therefore be restarted. The bazel.ib_profile.xml includes <PreBuildStep Filepath="path\to\bazel.exe shutdown"/> at the xml root level, and bazel and java listed in the Tools list with AllowIntercept="true". To activate this, add /Profile=<IB installation folder\Profiles\bazel.ib_profile.xml> to the IBConsole command.