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

Add apx support #795

Merged
merged 7 commits into from
Jan 30, 2024
Merged

Add apx support #795

merged 7 commits into from
Jan 30, 2024

Commits on Jan 26, 2024

  1. Add APX support

    Add support for new APX optimization level using the /V5 prefix.
    
    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    24f37c4 View commit details
    Browse the repository at this point in the history
  2. Update vendor prior to release

    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c14d426 View commit details
    Browse the repository at this point in the history
  3. Mass lint cleanups

    Two left over that are logic changes to be addressed in the next
    commit.
    
    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4054c4c View commit details
    Browse the repository at this point in the history
  4. Fix remaining two logic lints

    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1816889 View commit details
    Browse the repository at this point in the history
  5. Update golangci-lint version to latest

    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7beb5a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Use /VA instead of /V5 for the APX prefix

    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2aa8ed1 View commit details
    Browse the repository at this point in the history
  2. Add special handling for installing linter in CI

    Don't download the linter unless a special CI env setting is set. Also
    use a different cache to avoid permissions issues with the rootfs in
    CI.
    
    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    32e01c9 View commit details
    Browse the repository at this point in the history