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

Fix Tool Path handling for self-hosted runners #466

Merged
merged 6 commits into from Jul 26, 2022

Commits on Jul 26, 2022

  1. docs: Agent Tool Cache

    This updates and simplies the tool cache documentation to match the implementation in
    both  and
    
      Relates actions#459
    techman83 committed Jul 26, 2022
    Copy the full SHA
    10b8409 View commit details
    Browse the repository at this point in the history
  2. fix: Self-Hosted Tool Cache

    This fixes the tool cache path for self-hosted runners, along
    with handling AGENT_TOOLSDIRECTORY for both hosted + self-hosted.
    
        Fixes actions#459
    techman83 committed Jul 26, 2022
    Copy the full SHA
    9f1915a View commit details
    Browse the repository at this point in the history
  3. feat: Add 'IS_MAC' util

    techman83 committed Jul 26, 2022
    Copy the full SHA
    467a981 View commit details
    Browse the repository at this point in the history
  4. fix: Mac Toolpath

    Shared libraries for the Mac python builds are not configured with the
    relocatable flag, thus must always be configured with the hosted path.
    
    Relates actions#459
    techman83 committed Jul 26, 2022
    2
    Copy the full SHA
    bc8ee42 View commit details
    Browse the repository at this point in the history
  5. docs: Mac Tool Path

    Ensure that the path requirements and reasoning is clear, to reduce
    confusion when using self-hosted, or attempting to set an
    'AGENT_TOOLSDIRECTORY' environment variable.
    techman83 committed Jul 26, 2022
    Copy the full SHA
    d5d6770 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7e39d25 View commit details
    Browse the repository at this point in the history