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

Dev build/add linux arm64 fips static #1381

Merged
merged 20 commits into from
Dec 20, 2023

Commits on Nov 9, 2023

  1. Build linux_arm64 and amd64 fips static binaries

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    02e04af View commit details
    Browse the repository at this point in the history
  2. use self-built musl toolchains

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ff1037a View commit details
    Browse the repository at this point in the history
  3. Store built toolchains as tar archives

    Signed-off-by: Christian Kruse <[email protected]>
    
    do not include c++ toolchain
    
    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2a1efed View commit details
    Browse the repository at this point in the history
  4. add FIPS linux/arm64 in install script

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    af1919d View commit details
    Browse the repository at this point in the history
  5. update changelog

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    74ebcd0 View commit details
    Browse the repository at this point in the history
  6. build toolchain in CI and use caching

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4d29951 View commit details
    Browse the repository at this point in the history
  7. Fix issues with github ci, readme, etc.

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    47aef89 View commit details
    Browse the repository at this point in the history
  8. markdownlint

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6c96e0c View commit details
    Browse the repository at this point in the history
  9. safeguard - make sure CC is set

    Signed-off-by: c-kruse <[email protected]>
    c-kruse committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1d199a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 12, 2023

  1. move toolchain bits to otelcolbuilder

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1cc827d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. otelcolbuilder make tasks fips static

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    373b221 View commit details
    Browse the repository at this point in the history
  2. corrected make task indentation

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c6e3fed View commit details
    Browse the repository at this point in the history
  3. use $(PWD) and remove wrongly timed shell find

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    069f1ca View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. corrected amd toolchain cc path

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d00c170 View commit details
    Browse the repository at this point in the history
  2. updated changelog issue/pr number

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cdbab80 View commit details
    Browse the repository at this point in the history
  3. updated build-fips to use toolchain builds

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bc13c7c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. work around mac security tooling

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f623218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a91bde View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. use /tmp as docker tmp dir

    Signed-off-by: Sean Porter <[email protected]>
    portertech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e90f9af View commit details
    Browse the repository at this point in the history