Skip to content

Commit

Permalink
Merge pull request #68 from dra27/partial-revert-66
Browse files Browse the repository at this point in the history
Partially revert #66
  • Loading branch information
dra27 authored Sep 28, 2021
2 parents 40995b4 + 98de33d commit e44739a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
unreleased
----------

- Asssume Windows x64 is an active distro even when it doesn't have the latest
release (@dra27 #66; #68)
- Ensure stray double-quotes don't end up in PATH on Windows images (@dra27 #62)
- Stop pinning binutils to 2.35 in Windows builds as that no longer works with
GCC 11. (@dra27 #61)
Expand Down
1 change: 0 additions & 1 deletion src-opam/dockerfile_distro.ml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ let distro_arches ov (d:t) =
| `Fedora (`V33|`V34), ov when OV.(compare Releases.v4_08_0 ov) = -1 -> [ `X86_64; `Aarch64 ]
(* 2021-04-19: should be 4.03 but there's a linking failure until 4.06. *)
| `Windows (`Msvc, _), ov when OV.(compare Releases.v4_06_0 ov) = 1 -> []
| `Windows (_, _), ov when OV.(compare ov Releases.v4_13_0) >= 0 -> []
| _ -> [ `X86_64 ]


Expand Down

0 comments on commit e44739a

Please sign in to comment.