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

Adding build constraints #1340

Merged
merged 2 commits into from
Apr 5, 2022
Merged

Adding build constraints #1340

merged 2 commits into from
Apr 5, 2022

Commits on Mar 30, 2022

  1. Adding build constraints

    Adding windows build constraints to code to allow tests and benchmarks
    to be run on Linux.
    
    Added doc.go to modules (with doc string, where appropriate) to prevent
    compiler/linter errors about broken imports.
    In some cases (ie, winapi and wclayer), the package already had an
    OS-agnostic file of the same name, along with a doc string. A doc.go
    file was added to preempt situations where windows-specific code is
    added to that file in the future.
    
    Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
    helsaawy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e40cd44 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Renaming test files

    Renaming files in `test\cri-containerd` to end with `_test.go` so they
    can include variables and functions defined in other `_test.go`. For
    example, `gmsa.go` imports `gmsaAccount`, which is defined in
    `main_test.go`.
    
    Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
    helsaawy committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    92602a5 View commit details
    Browse the repository at this point in the history