Skip to content

Commit

Permalink
Update SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwood committed Sep 5, 2018
1 parent 9c742cc commit cde0b21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In your `deps.edn` specify an alias with a dependency on `clj.native-image`:
{:extra-deps
{clj.native-image
{:git/url "https://github.com/taylorwood/clj.native-image.git"
:sha "dc6d6e97d0f2cbaaab014531e728edb72e89171f"}}}}
:sha "9c742ccac262d0899afeb64db694f7679458d38a"}}}}
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]}
```

Expand Down Expand Up @@ -61,6 +61,8 @@ You can now execute the native image:
Hello, World!
```

See [this Gist](https://gist.github.com/taylorwood/23d370f70b8b09dbf6d31cd4f27d31ff) for another example.

## Notes

The `--no-server` flag is passed to `native-image` by default, to avoid creating orphaned build servers.
Expand Down

0 comments on commit cde0b21

Please sign in to comment.