vere icon indicating copy to clipboard operation
vere copied to clipboard

Fakeship tests fail on macOS builds

Open matthew-levan opened this issue 2 years ago • 2 comments

https://github.com/urbit/vere/actions/runs/3715632920/jobs/6301027661

Same errors on macos-x86_64 and macos-arm64.

matthew-levan avatar Dec 16 '22 19:12 matthew-levan

For reference, here is the output from bazel build //pkg/vere:test-fake-ship on my M1 Mac: https://hastebin.com/gejibalafe.pl

matthew-levan avatar Jan 04 '23 15:01 matthew-levan

This doesn't appear to be a new issue. The latest CI run on the tip of next/vere skips nix-build -A urbit-tests and nix-build -A docker-image on macOS. Looking in vere.yml confirms we skip the fake ship tests on all non-Linux CI jobs:

      - if: ${{ matrix.os == 'ubuntu-latest' }}
        run: nix-build -A urbit-tests

      - if: ${{ matrix.os == 'ubuntu-latest' }}
        run: nix-build -A docker-image

We'll keep this issue open for tracking purposes, but it's not high priority at the moment.

mcevoypeter avatar Jan 04 '23 23:01 mcevoypeter