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
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
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
midchildan
ee18ceae8a
aefs: add darwin build
2021-04-20 00:51:57 +09:00
midchildan
30102e0af5
android-file-transfer: add darwin build
...
Also apply wrapQtApp.
2021-04-20 00:51:56 +09:00
midchildan
fb60c27d93
_9pfs: add darwin build
2021-04-20 00:51:55 +09:00
midchildan
42cff73feb
wdfs: add darwin build
2021-04-20 00:51:50 +09:00
midchildan
3c9116aa23
mp3fs: add darwin build
2021-04-20 00:51:50 +09:00
midchildan
fe7b5496aa
s3backer: add darwin build
2021-04-20 00:51:49 +09:00
midchildan
0c81ece950
avfs: add darwin build
2021-04-20 00:51:45 +09:00
midchildan
3c28a11bf6
securefs: add darwin build
2021-04-20 00:51:45 +09:00
midchildan
d1bb69207b
squashfuse: add darwin build
2021-04-20 00:51:43 +09:00
midchildan
cbc730d144
squashfs-tools-ng: document the specific blocker for a darwin build
2021-04-20 00:51:42 +09:00
midchildan
7a9dd6f3c3
archivemount: add darwin build
2021-04-20 00:51:40 +09:00
midchildan
94914230b3
cryfs: add darwin build
2021-04-20 00:51:39 +09:00
midchildan
f21bfdd75b
curlftpfs: add darwin build
2021-04-20 00:51:34 +09:00
Lancelot SIX
63eda681e9
mtools: 4.0.26 -> 4.0.27
2021-04-17 10:00:46 +01:00
Sarah Brofeldt
38b27aa6e9
ceph: 15.2.8 -> 15.2.10 and python dependency fix ( #118724 )
2021-04-12 04:24:24 +02:00
github-actions[bot]
85b57e4446
Merge master into staging-next
2021-04-08 18:14:17 +00:00