Skip to content

Commit

Permalink
Drop MacOS from CI
Browse files Browse the repository at this point in the history
CI times out for reasons I do not understand, and cannot easily debug.
See #42.
  • Loading branch information
marienz committed Dec 5, 2024
1 parent be94e8d commit 0cee58b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
matrix:
os:
- ubuntu-latest # x86_64-linux
- macos-latest # aarch64-darwin
# See https://github.com/marienz/nix-doom-emacs-unstraightened/issues/42
# - macos-latest # aarch64-darwin
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ implemented differently.

[![CI](https://github.com/marienz/nix-doom-emacs-unstraightened/actions/workflows/ci.yml/badge.svg)](https://github.com/marienz/nix-doom-emacs-unstraightened/actions/workflows/ci.yml)

Tested and working on Linux and macOS, with emacs-overlay and Doom inputs
updated automatically. If you're reading this on Github, there should be a CI
status badge above: if CI is passing, Unstraightened installs an up-to-date
version of Doom Emacs and (almost) all module dependencies.
Tested and working on Linux, with emacs-overlay and Doom inputs updated
automatically. If you're reading this on Github, there should be a CI status
badge above: if CI is passing, Unstraightened installs an up-to-date version of
Doom Emacs and (almost) all module dependencies.

MacOS is not covered by CI but was previously reported working. Please file an
issue if it does not work for you (and please comment on
https://github.com/marienz/nix-doom-emacs-unstraightened/issues/42 if you know
why CI is not working).

You may encounter "Cannot find Git revision" errors on Nix versions newer than
2.18.x (see #14). Try enabling `experimentalFetchTree` to work around this (see
Expand Down

0 comments on commit 0cee58b

Please sign in to comment.