containerd/imgcrypt

Add additional platform integration testing to CI

mikebrow opened this issue · 2 comments

Given differences in build and dependencies between the various platforms we should add additional platform build and integration testing to CI/CD.

  • windows
  • ____

@estesp @mikebrow I guess I need your attention for this kind of issue. So the failing containerd build environment is mingw, right?

We have prevented our builds from failing when a cross compiler is used. For this we have two files in ocicrypt:

My guess is that the mingw environment fails because it tries to compile the former rather than the latter. Can we somehow extend this build line with an identifier for mingw?

closing for now till we get further instruction from the windows team...