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

refactor(compile): add trimpath to compile to remove local paths #457

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

Commits on Jan 3, 2023

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

Commits on Feb 17, 2023

  1. refactor(compile): add trimpath to compile to remove local paths

    - Include trimpath to ensure local filepaths from CI or developer don't get included in the produced artifact.
    - This was added in Go 1.13, so not sure if there is something special to handle adding this flag only if go version > 1.13.
    sheldonhull committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    488bd72 View commit details
    Browse the repository at this point in the history
  2. uncomment new build arg

    sheldonhull committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b4b8c57 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    83c0c04 View commit details
    Browse the repository at this point in the history
  2. Update index.md

    sheldonhull committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1d38f85 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Update mage/main.go

    Co-authored-by: Horacio Duran <horacio.duran@gmail.com>
    sheldonhull and perrito666 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1e32334 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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