Skip to content

Commit

Permalink
Disable ccache installation
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Feb 2, 2024
1 parent f7010ae commit 40961e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ros_buildfarm/templates/release/deb/binarypkg_task.Dockerfile.em
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ RUN . /etc/os-release && test "$VERSION_ID" = "20.04" && test "$(uname -m)" = "a
os_code_name=os_code_name,
))@

@(TEMPLATE(
'snippet/install_ccache.Dockerfile.em',
os_name=os_name,
os_code_name=os_code_name,
))@
# Bazel is incompatible with the ccache
# @(TEMPLATE(
# 'snippet/install_ccache.Dockerfile.em',
# os_name=os_name,
# os_code_name=os_code_name,
# ))@

@(TEMPLATE(
'snippet/set_environment_variables.Dockerfile.em',
Expand Down

0 comments on commit 40961e3

Please sign in to comment.