Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keynmol/repro-scala-native-1
https://github.com/keynmol/repro-scala-native-1
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keynmol/repro-scala-native-1
- Owner: keynmol
- Created: 2020-11-19T18:22:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T18:24:38.000Z (about 4 years ago)
- Last Synced: 2024-11-14T22:35:19.569Z (2 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction
Issue: https://github.com/scala-native/scala-native/issues/2024
## Steps:
```bash
# code
git clone https://github.com/keynmol/repro-scala-native-1.git
cd repro-scala-native-1# Run in a docker container
docker run -v $(pwd):/src -it keynmol/scala-native-repro-nio bash -c "sbt ';clean;nativeLink' && sbt ';clean;nativeLink' && sbt ';clean;nativeLink'"
```Running SBT 3 times for good measure, because the issue is flaky.