[infra] Make Windows OS version more lenient

The Windows version updated. SkCMS should be pretty agnostic to the
specific version of Windows, so I think it's ok to include only
the main version id, not the subversion.

We don't expect driver versions to cause major diffs and would prefer
not to have to remember to update skcms every month or so.

Bug: b:380037738
Change-Id: I4a2026a8b0e37bd85116247a8306eb1b1fca538d
Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/1003096
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Auto-Submit: Kaylee Lubick <kjlubick@google.com>
1 file changed
tree: 0308ef07af5c2b89e23bc41a295c09bee2640127
  1. bazel/
  2. fuzz/
  3. infra/
  4. ninja/
  5. profiles/
  6. src/
  7. toolchain/
  8. .bazelrc
  9. .bazelversion
  10. .gitignore
  11. BAZEL.md
  12. bench.c
  13. BUILD.bazel
  14. build.ninja
  15. codereview.settings
  16. iccdump.c
  17. LICENSE
  18. msvs.ninja
  19. OWNERS
  20. README.chromium
  21. README.md
  22. skcms.cc
  23. skcms.gni
  24. skcms.h
  25. test_only.c
  26. test_only.h
  27. tests.c
  28. whitespace.txt
  29. WORKSPACE.bazel
README.md

To build with ninja, simply run ninja from the root directory. This will produce a library in /out.

There are also Bazel rules, outlined in BAZEL.md