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

CI and README for 64bits only cleanup #349

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pirbo
Copy link
Collaborator

@pirbo pirbo commented Feb 5, 2025

I am agnostic to the renaming of the docker images. Take the commint at will :)

@pirbo pirbo marked this pull request as ready for review February 5, 2025 15:13
toots
toots previously approved these changes Feb 5, 2025
Copy link
Member

@toots toots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, thanks!

@@ -1,18 +1,18 @@
opam-cross-windows
==================

This repository contains an up-to-date Windows toolchain featuring OCaml `4.07.0`, `4.08.0`, `4.12.0`, `4.14.0` and `5.1.1`, as well as some commonly used packages.
This repository contains an up-to-date Windows toolchain featuring OCaml `4.07.0`, `4.08.0`, `4.12.0`, `4.14.1`, `5.1.1` and `5.3.0`, as well as some commonly used packages.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At some point we should consider pruning like the main opam repo is doing.

@@ -38,7 +38,7 @@ jobs:
# ocaml compiler 4.14.1 does not have an option to build in 32 bit mode anymore.
ocaml_version: [4.14.1, 5.3.0]
container:
image: ocamlcross/windows-x64-base:${{ matrix.ocaml_version }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's nice to keep indicating the arch here. Helps the user preemptively making choices.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed, dropped


If you need support for other platforms or versions, please [open an issue](https://github.com/ocaml-cross/opam-cross-windows/issues).

Prerequisites
-------------

A C cross-compiler targeting the appropriate Windows platform must be installed. On Debian derivatives they are provided in the `gcc-mingw-w64-i686` (for 32-bit x86 Windows targets) or `gcc-mingw-w64-x86-64` (for 64-bit x86 Windows targets) packages. Alternatively, the [MXE environment](http://mxe.cc) can be used.
A C cross-compiler targeting the appropriate Windows platform must be installed. On Debian derivatives they are provided in the `gcc-mingw-w64-x86-64` packages (`gcc-mingw-w64-i686` for 32-bit x86 Windows targets). Alternatively, the [MXE environment](http://mxe.cc) can be used.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we should remove all x86 documentation and support but perhaps not for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants