Commit graph

1982 commits

Author SHA1 Message Date
Maximilian Bosch 8d30901806
Merge pull request #124221 from r-ryantm/auto-update/ceph
ceph: 16.2.3 -> 16.2.4
2021-06-01 18:41:21 +02:00
Pavol Rusnak 3105dd0f0c
squashfs-tools-ng: mark no longer broken on aarch64-darwin 2021-05-24 16:50:03 +02:00
R. RyanTM 42779e4e31 ceph: 16.2.3 -> 16.2.4 2021-05-24 03:20:12 +00:00
Vladimír Čunát 29f57e4752
Merge #123133: curlftpfs: fix sandboxed builds on darwin 2021-05-23 08:17:05 +02:00
Jonathan Ringer 11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Maximilian Bosch 9d6f7c1080
Merge pull request #122000 from r-ryantm/auto-update/ceph
ceph: 16.2.1 -> 16.2.3
2021-05-22 23:42:57 +02:00
Jonathan Ringer 14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/terminal-emulators/alacritty/default.nix
  pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Guillaume Girol 090f0937fb
Merge pull request #123089 from Thesola10/dduper
dduper: init at v0.04
2021-05-19 19:26:40 +00:00
Jonathan Ringer c1f8a15dac
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  nixos/doc/manual/release-notes/rl-2105.xml
  pkgs/tools/security/sequoia/default.nix
2021-05-19 10:39:54 -07:00
polygon b73f621c25 blobfuse: Bump version, separately build cpplite
* Bump version to most recent 1.3.7 release
* Build scripts have changed, cpplite (azure-storage-lite) is now
  built separately
* Upstream they use build.sh to copy resulting static libraries to
  locations for blobfuse build, I put cpplite in a separate build
* adls library from cpplite was not installed and hence, not found
  by main blockfuse build, added a patch to install adls library, too
2021-05-19 10:35:55 -07:00
TheSola10 ec2c8dfc2b
dduper: init at v0.04 2021-05-18 12:04:49 +02:00
midchildan c951b0e90c
curlftpfs: fix sandboxed builds on darwin 2021-05-18 02:40:11 +09:00
github-actions[bot] b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
github-actions[bot] f214722172
Merge master into staging-next 2021-05-12 18:32:26 +00:00
Alyssa Ross d49e7dd0f4
squashfs-tools-ng: 1.1.0 -> 1.1.1; add bzip2 support; enableParallelBuilding (#122649) 2021-05-12 18:43:21 +02:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Vladimír Čunát 5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
R. RyanTM b1d725d4d9 gcsfuse: 0.34.1 -> 0.35.0 2021-05-08 17:45:32 -07:00
Léo Gaspard 4554e6698d bees: add link to nixos test 2021-05-08 21:42:25 +02:00
Léo Gaspard 20ee7bd673 bcachefs-tools: add link to bcachefs nixos test 2021-05-08 21:42:17 +02:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
R. RyanTM 809ddbdbd9 ceph: 16.2.1 -> 16.2.3 2021-05-07 08:17:43 +00: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
Jan Tojnar 76c3a6aafd
Merge branch 'staging-next' into staging 2021-04-29 02:35:54 +02:00
Luke Granger-Brown f64e68e09b
Merge pull request #120071 from johanot/ceph-16
ceph: 15.2.10 -> 16.2.1
2021-04-29 00:03:45 +01:00
R. RyanTM 8252d032c5 btrfs-progs: 5.11 -> 5.11.1 2021-04-28 03:10:33 +00:00
Sandro 34463b2e38
Merge pull request #119753 from evils/btrfs-heatmap 2021-04-26 05:30:43 +02:00
Mario Rodas 8dd7a0d327
Merge pull request #117771 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.33.2 -> 0.34.0
2021-04-25 20:54:39 -05:00
Graham Christensen 040523e378
Merge pull request #120679 from lukegb/big-parallel
treewide: require big-parallel on large, slow builds
2021-04-25 21:22:57 -04:00
Luke Granger-Brown eeeaa150a8 ceph: require big-parallel
It takes 3h+ for a 2 core build, and 24m for a big-parallel build for
x86_64. For aarch64-linux, it times out with 2 cores.
2021-04-26 00:50:05 +00:00
Evils e49b28b77c btrfs-heatmap: 8 -> 9 2021-04-26 00:20:47 +02:00
Mario Rodas 45e0672539 gcsfuse: 0.34.0 -> 0.34.1
https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v0.34.1
2021-04-25 04:20:00 +00:00
Mario Rodas 16f68549f2 avfs: set license to gpl2Only 2021-04-25 04:20:00 +00:00
Mario Rodas db381efaff avfs: 1.1.3 -> 1.1.4 2021-04-25 04:20:00 +00:00
midchildan 755633ea54
cryfs: disable tests on Darwin
The tests [require macFUSE to be installed][1] on Darwin. This change
disable the tests because Hydra doesn't have it installed.

[1]: https://github.com/NixOS/nixpkgs/blob/master/doc/builders/packages/fuse.section.md
2021-04-24 16:32:01 +09:00
Daniel Nagy 7748904754
ceph: substitute /bin/grep 2021-04-23 20:33:49 +02:00
Graham Christensen 5259a2e5da
Merge pull request #119996 from DeterminateSystems/sasquatch
sasquatch: 4.3 -> 4.4
2021-04-23 11:41:23 -04:00
Johan Thomsen c3bd75c752 ceph: 15.2.10 -> 16.2.1 2021-04-22 13:17:57 +02:00
Sandro 2df2e5f330
Merge pull request #118269 from midchildan/feat/fuse/add-darwin 2021-04-22 03:27:36 +02:00
Cole Helbling e319d520dd
sasquatch: 4.3 -> 4.4 2021-04-21 10:58:06 -07:00
midchildan cdc642f008
tmsu: add darwin build
Additionally,

- remove libfuse dependency

  TMSU doesn't depend on libfuse and instead uses go-fuse, a pure go
  reimplementation.

- upgrade go-fuse

  The latest go-fuse release added support for recent versions of
  macFUSE.
2021-04-20 00:52:06 +09:00
midchildan 15204342ee
svnfs: add darwin build 2021-04-20 00:52:05 +09:00
midchildan 97edf282ea
romdirfs: add darwin build 2021-04-20 00:52:05 +09:00
midchildan 8e71a4574f
moosefs: add darwin build 2021-04-20 00:52:04 +09:00
midchildan 6382f577bb
jmtpfs: add darwin build 2021-04-20 00:52:03 +09:00
midchildan f85acdfaa1
hubicfuse: add darwin build 2021-04-20 00:52:02 +09:00
midchildan dff6460d27
httpfs2: add darwin build 2021-04-20 00:52:01 +09:00
midchildan 6d3a66b6ef
exfat: add darwin build 2021-04-20 00:52:00 +09:00
midchildan 38f7579201
darling-dmg: add darwin build 2021-04-20 00:52:00 +09:00
midchildan 651f214fb1
boxfs: add darwin build 2021-04-20 00:51:59 +09:00