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

Do not install ccache unless shared_ccache is used in binarydeb #1021

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 6, 2024

  1. Do not install ccache unless shared_ccache is used in binarydeb

    Currently the sharing of compilation artifacts through ccache
    is not being done unless the shared_ccache is in use. The ccache
    binaries are currently being installed unconditionally.
    
    The PR changes the behaviour to install the ccache only when
    the shared_ccache option is being used.
    
    Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
    j-rivero committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d958b79 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Split import one per line

    Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
    j-rivero committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    64df76d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Found typo in format

    j-rivero authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    53dee3a View commit details
    Browse the repository at this point in the history
  2. Fix empy syntax on endif

    j-rivero authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    27b8f67 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    13de91c View commit details
    Browse the repository at this point in the history