Commit Graph

35 Commits

Author SHA1 Message Date
Thiago Kenji Okada
6700494410 babashka: 0.6.5 -> 0.6.7 2021-11-30 11:50:03 -03:00
Thiago Kenji Okada
f1c16183c8 buildGraalvmNativeImage: fix meta, add --verbose flag 2021-11-24 10:37:33 -03:00
Thiago Kenji Okada
052fb6a228 babashka: use buildGraalvmNativeImage 2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
1b323e036c babashka: 0.6.4 -> 0.6.5 2021-11-18 17:44:36 -03:00
R. Ryantm
67d9fb1a26 babashka: 0.6.2 -> 0.6.4 2021-10-30 00:32:03 +00:00
Thiago Kenji Okada
38001b1454 babashka: add passthru.updateScript 2021-10-20 11:22:59 -03:00
Thiago Kenji Okada
5fa9b22eef babashka: 0.6.1 -> 0.6.2 2021-10-15 22:13:40 -03:00
Thiago Kenji Okada
e7b3740842 babashka: reduce closure size
Before:

```
$ nix path-info -S ./result -h
/nix/store/6jsb0zpq531w9iymyzaik7lksppgw31k-babashka-0.6.1	  2.0G
```

After:

```
$ nix path-info -S ./result -h
/nix/store/fay0p3hiiic4kd4fk0xyczl1ff8sjcp1-babashka-0.6.1	116.6M
```
2021-10-02 11:38:49 -03:00
Ryan Mulligan
a18d24f461
Merge pull request #137722 from r-ryantm/auto-update/babashka
babashka: 0.6.0 -> 0.6.1
2021-09-14 09:36:44 -07:00
R. RyanTM
b549e58359 babashka: 0.6.0 -> 0.6.1 2021-09-14 01:35:17 +00:00
Bastien Riviere
5255d4e168
babashka: fix build on darwin 2021-09-13 13:27:41 +02:00
Thiago Kenji Okada
8ee160c2d4 babashka: 0.5.1 -> 0.6.0 2021-09-01 17:36:21 -03:00
Eric Dallo
bb2f7ea176
babashka: Fix graalvm arguments 2021-08-06 23:38:19 -03:00
Eric Dallo
a94c37cb33
babashka: Fix missing graalvm parameter 2021-08-04 10:43:06 -03:00
Eric Dallo
1713102059
babashka: 0.4.5 -> 0.5.1 2021-08-03 19:11:13 -03:00
Thiago Kenji Okada
17721bc55d babashka: 0.4.3 -> 0.4.5 2021-06-10 19:09:16 -03:00
Thiago Kenji Okada
33a488c9af
babashka: 0.4.1 -> 0.4.3 (#124325) 2021-05-30 04:26:37 +02:00
Thiago Kenji Okada
f047930992 babashka: 0.4.0 -> 0.4.1 2021-05-14 18:18:14 -03:00
Thiago Kenji Okada
73c19f6682 babashka: 0.3.5 -> 0.4.0 2021-05-08 21:19:19 -03:00
Thiago Kenji Okada
5478f50c10 babashka: 0.3.1 -> 0.3.5 2021-04-22 11:37:37 -03:00
Eric Dallo
1092aa59b5
babashka: 0.2.10 -> 0.3.1 2021-04-02 12:14:26 -03:00
Thiago Kenji Okada
19fca6f483 babashka: sync native-image arguments with upstream
This commit syncs the arguments passed to the babashka with upstream:
77daea7362/script/compile (L41-L74)

The idea here is to enable more features and reduce the number of issues
compared to upstream.

Also add some tests to ensure everything is working.
2021-02-26 11:47:23 -03:00
Sandro
0d44c7989c
Merge pull request #113265 from SuperSandro2000/fix-collection13 2021-02-17 03:14:49 +01:00
Sandro Jäckel
40019052a8
babashka: remove with lib 2021-02-16 03:59:54 +01:00
xynyx
a9781b0a84 babashka 0.2.3 -> 0.2.10 2021-02-14 05:32:25 -08:00
Stevan Andjelkovic
bf6df7187e
graalvm-ce-20.2.0 -> 20.3.0 + darwin support. (#105815)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-02 23:16:43 +01:00
Ben Siraphob
001c0cbe54 pkgs/development/interpreters: stdenv.lib -> lib 2021-01-23 20:29:03 +07:00
Benjamin Andresen
172cbb8eb7 babashka: 0.0.97 -> 0.2.3
with #99631 and #102693 merged, it's possible to bump the babashka
version again.

However recent versions of babashka depend on java11 features and I
spoke in Slack with the project lead and this java11 dependency will
exist going forward.
2020-11-05 07:11:54 +01:00
Griffin Smith
3341f6c1fc babashka,clj-kondo: Depend on graalvm-ce
Now that we have community builds of graalvm landed in #99631, both
clj-kondo and babashka can depend on those versions of graalvm rather
than the one that requires building from source - this can be built in
hydra, and generally is much easier to build and test.
2020-11-04 09:09:54 -08:00
Benjamin Andresen
47d4a68bb1 babashka: 0.0.94 -> 0.0.97 2020-05-21 00:10:29 +02:00
Benjamin Andresen
cb9b1167e3 babashka: 0.0.89 -> 0.0.94 2020-05-11 22:57:49 +02:00
Benjamin Andresen
f6ee88f41e babashka: increase java heap space max to 4500
3g has very long build times and also doesn't build 100% of the time
it's also the new default since:
7fc33dcb21
2020-04-26 13:17:52 +02:00
Benjamin Andresen
a7f59a5946 babashka: utf8 + nativeBuildinputs fix
utf8: see borkdude/babashka/issues/359
nativeBuildinputs: this PR's review
2020-04-24 19:47:49 +02:00
Benjamin Andresen
07f69d4e37 babashka: 0.0.78 -> 0.0.89 2020-04-24 19:47:33 +02:00
AndersonTorres
78cd46512c babashka: 0.0.71 -> 0.0.78 2020-04-04 18:34:09 -03:00