Commit graph

9 commits

Author SHA1 Message Date
Akshat Agarwal 491994686f tremor-rs: 0.11.2 -> 0.11.5 2021-07-15 21:42:55 +05:30
Akshat Agarwal a7de6d3c89 tremor-rs: 0.11.1 -> 0.11.2 2021-05-21 16:08:22 +00:00
github-actions[bot] 49b8e6f7d4
Merge master into staging-next 2021-05-11 00:48:15 +00:00
Stéphan Kochen e28009cef5 tremor-rs: build on darwin 2021-05-09 21:19:17 +02:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Akshat Agarwal ee01b57e35 tremor-rs: 0.11.0 -> 0.11.1 2021-04-25 20:28:20 +05:30
Akshat Agarwal a5aa71ee47 tremor-rs: 0.10.1 -> 0.11.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-16 23:52:31 +05:30
Sandro Jäckel 9a271cd79c
tremor-rs: format 2021-03-10 23:52:30 +01:00
Akshat Agarwal 6aaa89b38d
tremor-rs: init at v0.10.1
Signed-off-by: Akshat Agarwal <humancalico@disroot.org>
2021-02-21 14:51:01 +05:30