Commit Graph

16 Commits

Author SHA1 Message Date
R. Ryantm
aaffe2513c bicep: 0.30.23 -> 0.31.92 2024-11-24 15:13:35 +00:00
R. Ryantm
c12e765457 bicep: 0.30.3 -> 0.30.23 2024-09-29 22:35:12 +00:00
Ulrik Strid
8ad079891a
bicep: 0.29.47 -> 0.30.3 (#343182) 2024-09-26 10:18:54 +02: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
R. Ryantm
6c3b1a64c5 bicep: 0.29.47 -> 0.30.3 2024-09-20 05:00:08 +00:00
R. Ryantm
08112ba7c2 bicep: 0.28.1 -> 0.29.47 2024-07-23 06:56:02 +00:00
superherointj
8652b890f3 bicep: add stridtech team as maintainer 2024-07-12 12:16:22 +02:00
Austin Horstman
78cf5dc91f
bicep: 0.27.1 -> 0.28.1 2024-06-16 11:04:25 -05:00
Austin Horstman
ae4ed9c045
bicep: dont treat warnings as errors
Preventing build due to nuget warnings
2024-06-16 11:04:25 -05:00
Pol Dellaiera
158f2a4c46
Merge pull request #316018 from khaneliman/mainprogram
bicep: add meta.mainProgram, cmake-format: add meta.mainProgram
2024-05-31 22:50:10 +02:00
Austin Horstman
b11dd94ea7
bicep: mark as not broken on darwin 2024-05-30 20:18:58 -05:00
Austin Horstman
c1eae30445
bicep: add meta.mainProgram 2024-05-30 18:21:53 -05:00
superherointj
d0a20d7c59
Merge pull request #314112 from khaneliman/bicep
bicep: fix updater script
2024-05-23 20:16:42 -03:00
Austin Horstman
5771dbfa7d
bicep: fix updater script 2024-05-23 17:03:01 -05:00
superherointj
30e7e4163b bicep: 0.26.54 -> 0.27.1
Release: https://github.com/Azure/bicep/releases/tag/v0.27.1
2024-05-23 17:09:00 -03:00
Austin Horstman
1f6ad19df4
bicep: init at 0.26.54 2024-03-20 08:01:10 -05:00