Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
github and circleci: disable macos CI.
Browse files Browse the repository at this point in the history
The CI is broken with something about how we invoke ld.

Lucet is in maintence mode, none of our team members use macos anymore
for development, and so we are stuck without a reasonable way to debug
this issue. Without any users on macos, it doesn't make sense to invest
in keeping CI working.
  • Loading branch information
Pat Hickey committed Oct 22, 2021
1 parent 5f82aec commit 7e80746
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
################################
# macOS `make test-ci` targets #
################################
mac_ci_branch:
executor: macos
steps:
- mac_ci:
cache_target: true
# mac_ci_branch:
# executor: macos
# steps:
# - mac_ci:
# cache_target: true

mac_ci_main:
executor: macos
steps:
- mac_ci:
cache_target: false
# mac_ci_main:
# executor: macos
# steps:
# - mac_ci:
# cache_target: false

###################################################
# Linux `make test-ci` targets on old x64 backend #
Expand Down
File renamed without changes.

0 comments on commit 7e80746

Please sign in to comment.