Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Remove test on macOS #16

Merged
merged 1 commit into from
May 20, 2024
Merged

CI: Remove test on macOS #16

merged 1 commit into from
May 20, 2024

Conversation

Watson1978
Copy link
Owner

Although macOS 14 ARM64 is now used in Github Action, Cassandra now fails to start.

==> Summary
🍺  /opt/homebrew/Cellar/cassandra/4.1.4: 328 files, 52MB
==> Caveats
==> cassandra
To start cassandra now and restart at login:
  brew services start cassandra
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/cassandra/bin/cassandra -f
Unrecognized VM option 'UseBiasedLocking'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

I assume it's a JVM configuration issue on GitHub Action.

Although macOS 14 ARM64 is now used in Github Action, Cassandra now fails to start.

```
==> Summary
🍺  /opt/homebrew/Cellar/cassandra/4.1.4: 328 files, 52MB
==> Caveats
==> cassandra
To start cassandra now and restart at login:
  brew services start cassandra
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/cassandra/bin/cassandra -f
Unrecognized VM option 'UseBiasedLocking'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
```

I assume it's a JVM configuration issue on GitHub Action.
So, it only check whether compilation is possible.
@Watson1978 Watson1978 merged commit 36277dc into main May 20, 2024
18 checks passed
@Watson1978 Watson1978 deleted the remove-macos branch May 20, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant