Skip to content

Commit

Permalink
CI: Re-enable macOS build for crux-mir
Browse files Browse the repository at this point in the history
Fixes #1050.
  • Loading branch information
RyanGlScott committed Jul 3, 2023
1 parent 537dfbe commit d4f5074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/Dockerfile-crux-mir
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM rust:1.46.0 AS mir_json

ADD dependencies/mir-json /mir-json
WORKDIR /mir-json
# Work around https://github.com/rust-lang/cargo/issues/10303
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
RUN rustup toolchain install nightly-2020-03-22 --force
RUN rustup component add --toolchain nightly-2020-03-22 rustc-dev
RUN rustup default nightly-2020-03-22
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/crux-mir-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ env:
# (symptom: "No suitable image found ... unknown file type, first
# eight bytes: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00")
CACHE_VERSION: 4
# Work around https://github.com/rust-lang/cargo/issues/10303
CARGO_NET_GIT_FETCH_WITH_CLI: true

jobs:
config:
Expand Down Expand Up @@ -65,13 +63,10 @@ jobs:
os: [ubuntu-22.04]
cabal: ["3.8.1.0"]
ghc: ["8.10.7", "9.2.7", "9.4.4"]
# include:
# Disable the macOS build for now due to
# https://github.com/GaloisInc/crucible/issues/1050
#
# - os: macos-12
# cabal: 3.8.1.0
# ghc: 9.2.4
include:
- os: macos-12
cabal: 3.8.1.0
ghc: 9.2.7

# We want Windows soon, but it doesn't need to be now
name: crux-mir - GHC v${{ matrix.ghc }} - ${{ matrix.os }}
Expand Down

0 comments on commit d4f5074

Please sign in to comment.