Commit Graph

61 Commits

Author SHA1 Message Date
Arseniy Zorin
562758261f pulumi-bin: 3.137.0 -> 3.138.0 2024-11-09 01:21:35 +03:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Arseniy Zorin
2e098b8c63 pulumi-bin: 3.136.1 -> 3.137.0 2024-10-18 12:40:28 +03:00
Arseniy Zorin
a28b288982 pulumi-bin: 3.134.1 -> 3.136.1 2024-10-09 12:08:32 +03:00
Arseniy Zorin
844fec186b pulumi-bin: 3.134.0 -> 3.134.1 2024-09-26 18:49:11 +03:00
Nick Cao
a10dbbe70b
pulumi-bin: 3.133.0 -> 3.134.0 (#344200) 2024-09-24 18:05:07 -04:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Arseniy Zorin
e948462c1d pulumi-bin: 3.133.0 -> 3.134.0 2024-09-24 15:32:27 +03:00
Arseniy Zorin
a0d887a76d pulumi-bin: 3.132.0 -> 3.133.0 2024-09-17 10:46:26 +03:00
Arseniy Zorin
16d357361b pulumi-bin: 3.131.0 -> 3.132.0 2024-09-13 15:36:39 +03:00
Arseniy Zorin
dbbaa1cf6e pulumi-bin: 3.130.0 -> 3.131.0 2024-09-10 10:40:42 +03:00
Arseniy Zorin
48cc5717c9 pulumi-bin: 3.129.0 -> 3.130.0 2024-08-26 18:56:09 +03:00
ghpzin
239a4209d7
pulumi-bin: disable build on hydra 2024-08-22 05:04:04 +03:00
Arseniy Zorin
3880f2f915 pulumi-bin: 3.128.0 -> 3.129.0 2024-08-13 11:56:07 +03:00
Arseniy Zorin
cc72ed9651 pulumi-bin: 3.127.0 -> 3.128.0 2024-08-12 11:17:49 +03:00
Arseniy Zorin
b71367cdda pulumi-bin: 3.126.0 -> 3.127.0 2024-07-26 15:39:09 +03:00
Arseniy Zorin
f21e968455 pulumi-bin: 3.125.0 -> 3.126.0 2024-07-24 12:07:17 +03:00
Arseniy Zorin
fe2284e4a6 pulumi-bin: 3.124.0 -> 3.125.0 2024-07-22 10:53:01 +03:00
Arseniy Zorin
1cd8fc7b00 pulumi-bin: 3.122.0 -> 3.124.0 2024-07-17 12:03:25 +03:00
Arseniy Zorin
25031b2d01 pulumi-bin: 3.121.0 -> 3.122.0 2024-07-05 11:21:12 +03:00
Arseniy Zorin
3d172d4507 pulumi-bin: 3.120.0 -> 3.121.0 2024-06-28 15:33:54 +03:00
Arseniy Zorin
13814bd8ed pulumi-bin: 3.119.0 -> 3.120.0 2024-06-18 11:34:17 +03:00
Arseniy Zorin
c26ad53ce0 pulumi-bin: 3.118.0 -> 3.119.0 2024-06-10 16:50:54 +03:00
Arseniy Zorin
6ea4654356 pulumi-bin: 3.117.0 -> 3.118.0 2024-06-04 18:08:44 +03:00
Arseniy Zorin
a6aeefcaee pulumi-bin: 3.116.1 -> 3.117.0 2024-05-27 16:35:02 +03:00
Will Lucas
1bbfedd859 Update pulumi-bin 3.112.0 -> 3.116.1 2024-05-16 22:03:20 -05:00
Phillip Cloud
3ecd43743a
pulumi-bin: clean up style 2024-03-30 05:17:07 -04:00
Phillip Cloud
4cf748d835
pulumi-bin: bump to 3.112.0 2024-03-30 05:17:02 -04:00
Arseniy Zorin
f3842e0321 pulumi-bin: 3.111.1 -> 3.112.0 2024-03-28 09:43:40 +03:00
Arseniy Zorin
c5c4826e16 pulumi-bin: 3.111.0 -> 3.111.1 2024-03-20 09:25:42 +03:00
Arseniy Zorin
854a9cd3af pulumi-bin: 3.109.1 -> 3.111.0 2024-03-15 16:28:52 +03:00
Arseniy Zorin
7da4066cce pulumi-bin: 3.108.1 -> 3.109.0 2024-03-12 14:37:19 +03:00
Arseniy Zorin
99f4111cde pulumi-bin: 3.107.0 -> 3.108.1 2024-03-04 11:40:58 +03:00
Arseniy Zorin
ba0feb898f pulumi-bin: 3.106.0 -> 3.107.0 2024-02-26 22:56:46 +03:00
Arseniy Zorin
cf18d3590d pulumi-bin: 3.95.0 -> 3.106.0 2024-02-19 11:29:03 +03:00
Arseniy Zorin
c817976de5 pulumi-bin: 3.94.0 -> 3.95.0 2023-12-04 10:18:37 +01:00
Arseniy Zorin
f88b098cc4 pulumi-bin: 3.93.0 -> 3.94.0 2023-11-15 07:55:39 +01:00
Arseniy Zorin
d7e9509df7 pulumi-bin: 3.92.0 -> 3.93.0 2023-11-13 11:48:46 +01:00
Arseniy Zorin
a12a451250 pulumi-bin: 3.91.1 -> 3.92.0 2023-11-10 13:33:56 +01:00
Arseniy Zorin
78895f4442 pulumi-bin: 3.90.0 -> 3.91.1 2023-11-02 09:18:07 +01:00
Arseniy Zorin
dd167ef2e9 pulumi-bin: 3.89.0 -> 3.90.0 2023-10-24 17:08:58 +02:00
Arseniy Zorin
571c39c51f pulumi-bin: 3.88.0 -> 3.89.0 2023-10-18 11:27:20 +02:00
techknowlogick
4d731ea676 pulumi-bin: 3.78.1 -> 3.88.0 2023-10-10 19:36:00 -04:00
techknowlogick
8ba91230a0 pulumi-bin: 3.76.0 -> 3.78.1 2023-08-15 21:55:34 -04:00
Lionello Lunesu
41680f83ea pulumi-bin: 3.72.1 -> 3.76.0 2023-07-25 21:26:42 -07:00
百地 希留耶
275e3a07e1
pulumi-bin: 3.69.0 -> 3.72.1 2023-06-17 04:33:18 +08:00
techknowlogick
8774fe190a pulumi-bin: 3.68.0 -> 3.69.0 2023-06-02 15:57:46 -04:00
techknowlogick
a38539cd3c pulumi-bin: 3.67.1 -> 3.68.0 2023-05-20 22:33:49 -04:00
Lionello Lunesu
41347c5b9c pulumi-bin: 3.65.1 -> 3.67.1 2023-05-18 19:25:27 +02:00
Lionello Lunesu
7462716576 pulumi-bin: 3.62.0 -> 3.65.1 2023-04-29 20:43:24 +02:00