Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ The repo is laid out as follows.

# Developing

We currently support Linux and Windows as first-tier platforms. macOS is also
used on a daily basis by Oxide employees, but is not tested in CI. The build
probably also works on Illumos; if anyone would like to step up to maintain
support and a continuous build for Illumos or macOS, we'd love the help.
We currently support Linux and Windows as first-tier platforms. Because of some
inconsistency in linker behavior across platforms, images may not match across
platforms, so we recommend choosing one. macOS and Illumos are both used as
Comment on lines +61 to +62
Copy link
Member

Choose a reason for hiding this comment

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

"we recommend choosing one" here feels a bit unclear to me --- choosing one for what? Everyone has chosen a platform in one way or another.

build platforms by Oxide employees, though they are not currently tested in
CI.

To submit changes for review, push them to a branch in a fork and submit a pull
request to merge that branch into `master`. For details, see
Expand Down