Commit Graph

11 Commits

Author SHA1 Message Date
R. Ryantm
db15554b69 htcondor: 23.10.1 -> 24.1.1 2024-11-03 11:00:07 +00:00
R. Ryantm
19cdd19f38 htcondor: 23.9.6 -> 23.10.1 2024-10-04 02:48:56 +00: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
86e9164895 htcondor: 23.8.1 -> 23.9.6 2024-08-09 01:13:37 +00:00
R. Ryantm
a8d1608903 htcondor: 23.7.2 -> 23.8.1 2024-06-28 01:11:36 +00:00
R. Ryantm
f5e1d37e0d htcondor: 23.4.0 -> 23.7.2 2024-05-22 01:19:10 +00:00
Albert Safin
f32e8ba859 htcondor: fix build 2024-05-20 20:19:57 +00:00
Dmitry Kalinkin
c5b5449229
scitoken-cpp -> scitokens-cpp (#288390) 2024-02-13 16:12:20 -05:00
Weijia Wang
e29d464dce htcondor: mark as broken on aarch64-linux 2024-02-11 04:09:28 +01:00
R. Ryantm
559e5f5d99 htcondor: 23.3.0 -> 23.4.0 2024-02-10 08:37:14 +00:00
Evey
444c471d79 htcondor: init at v23.3.0 2024-02-07 21:28:28 +01:00