Commit Graph

5702 Commits

Author SHA1 Message Date
Artturin
856f3a46b2 stdenv: drop remove unnecessary env var
and the associated obsolete functions

support for log nesting was removed in 2017 6669a3b477
2023-01-15 23:56:23 +02:00
Maximilian Bosch
cb22191d21
Merge pull request #210957 from Ma27/rm-ma27-from-packages-i-dont-use-anymore
treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore
2023-01-15 19:29:49 +01:00
Maximilian Bosch
52e277d501
treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore 2023-01-15 18:52:27 +01:00
R. Ryantm
c9960f6b5b igprof: 5.9.16 -> 5.9.18 2023-01-15 02:17:21 +00:00
github-actions[bot]
142d3af1cb
Merge staging-next into staging 2023-01-15 00:03:07 +00:00
Nick Cao
6df6a45b04
Merge pull request #210622 from qowoz/ecc
editorconfig-checker: 2.6.0 -> 2.7.0
2023-01-15 07:39:12 +08:00
figsoda
752f2732d8
Merge pull request #210266 from figsoda/riff
riff: init at 1.0.3
2023-01-14 18:32:26 -05:00
figsoda
50ebb3bad8 riff: init at 1.0.3 2023-01-14 12:45:05 -05:00
zowoq
3b02c3754f editorconfig-checker: 2.6.0 -> 2.7.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.7.0
2023-01-14 13:46:54 +10:00
Artturi
5e2d7ff357
Merge pull request #210118 from trofi/libtool-without-perl
libtool: drop unused auto* dependencies
2023-01-14 05:40:10 +02:00
Artturi
48716af1ad
Merge pull request #210132 from trofi/binutils-without-texinfo
binutils: avoid texinfo dependency during bootstrap
2023-01-14 05:33:13 +02:00
Sergei Trofimovich
6becbd3970 libtool: drop unused auto* dependencies
Autoreconf was initially added in e44dd84664 ("libtool2: macOS 11
support") for configure patches. The patches were removed since 2.4.7
release. Let's drop these dependencies to make boostrap tree leaner.

The diff of bootstrap tree before and after the change:

    $ nix-store --query --graph $(nix-instantiate -A stdenv) |
        fgrep ' -> ' | awk '{print $3}' | sort -u |
        sed 's/"[0-9a-z]\{32\}-/"/g' | sort > before

    $ nix-store --query --graph $(nix-instantiate -A stdenv) |
        fgrep ' -> ' | awk '{print $3}' | sort -u |
        sed 's/"[0-9a-z]\{32\}-/"/g' | sort > after

    $ diff -U0 before after

    --- before
    +++ after
    @@ -64,2 +63,0 @@
    -"help2man-1.49.2.drv"
    -"help2man-1.49.2.drv"
    @@ -77 +74,0 @@
    -"libxcrypt-4.4.33.drv"
    @@ -88,4 +84,0 @@
    -"perl-5.36.0.drv"
    -"perl-5.36.0.drv"
    -"perl5.36.0-gettext-1.07.drv"
    -"perl5.36.0-gettext-1.07.drv"

This removes 2 of 3 builds of `perl` and `help2man` dependencies.

Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>
2023-01-13 22:19:20 +00:00
Sergei Trofimovich
1d5a8a5e43 binutils: avoid texinfo dependency during bootstrap
Normally binutils provides pregenerated manuals along with release
tarball. Manuals regeneration is needed every time we change
`configure.ac`. But usually there are no material changes in it.

This change instead inhibits manuals regeenration by keeping
man and info files up to date.

The diff of bootstrap tree before and after the change:

    $ nix-store --query --graph $(nix-instantiate -A stdenv) |
        fgrep ' -> ' | awk '{print $3}' | sort -u |
        sed 's/"[0-9a-z]\{32\}-/"/g' | sort > before

    $ nix-store --query --graph $(nix-instantiate -A stdenv) |
        fgrep ' -> ' | awk '{print $3}' | sort -u |
        sed 's/"[0-9a-z]\{32\}-/"/g' | sort > after

    $ diff -U0 before after
    --- before
    +++ after
    @@ -100 +99,0 @@
    -"texinfo-6.8.drv"

Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>
2023-01-13 22:17:27 +00:00
github-actions[bot]
baf8502f7e
Merge staging-next into staging 2023-01-13 06:01:43 +00:00
github-actions[bot]
ceb05ad4bf
Merge master into staging-next 2023-01-13 06:01:09 +00:00
R. Ryantm
3a5d557d03 lttng-tools: 2.13.8 -> 2.13.9 2023-01-13 06:55:59 +01:00
Mario Rodas
a83c6fb718
Merge pull request #210348 from DarkOnion0/devspace
devspace: 6.2.3 -> 6.2.4
2023-01-12 20:00:28 -05:00
github-actions[bot]
9e72ff5c31
Merge staging-next into staging 2023-01-13 00:02:48 +00:00
Martin Weinelt
5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
DarkOnion0
f254d15228
devspace: 6.2.3 -> 6.2.4 2023-01-12 13:32:25 +01:00
Ellie Hermaszewska
92f9580a4c premake5: mark broken on darwin aarch64 2023-01-12 13:07:14 +01:00
Ellie Hermaszewska
f6c2cbab84 premake5: 5.0.0-alpha12 -> 5.0.0-beta2
Also set ssl certificates
2023-01-12 13:07:14 +01:00
github-actions[bot]
b3d2428df4
Merge staging-next into staging 2023-01-11 20:59:01 +00:00
github-actions[bot]
a113c6f06f
Merge master into staging-next 2023-01-11 20:58:29 +00:00
github-actions[bot]
3c782a80fe
Merge staging-next into staging 2023-01-11 12:01:59 +00:00
Vladimír Čunát
28737db758
Merge #210058: dejagnu: disable tests on aarch64-darwin
...into staging-next
2023-01-11 09:25:25 +01:00
github-actions[bot]
db669efe0d
Merge staging-next into staging 2023-01-11 06:02:05 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
figsoda
8f3de3efd4 topiary: unstable-2022-12-02 -> unstable-2023-01-10
Diff: ae861a3009...c36d4a2253
2023-01-10 16:28:19 -05:00
Vladimír Čunát
70dfd49f71
dejagnu: no tests on aarch64-darwin
https://hydra.nixos.org/log/4ilhqfxwbsdj49ywq9qna93aj1nilc06-dejagnu-1.6.3.drv
2023-01-10 16:50:00 +01:00
Sandro
e4462c6b55
Merge pull request #210001 from r-ryantm/auto-update/act 2023-01-10 16:32:27 +01:00
Sandro
a633e8b465
Merge pull request #203373 from dpzmick/master 2023-01-10 11:48:16 +01:00
Fabian Affolter
89df17272d
act: update rev 2023-01-10 08:55:36 +01:00
R. Ryantm
4c11b8c0d5 act: 0.2.34 -> 0.2.35 2023-01-10 07:38:05 +00:00
R. Ryantm
05e665a9ad seer: 1.11 -> 1.14 2023-01-09 22:25:26 +00:00
Sergei Trofimovich
bea82e861b
Merge pull request #208050 from aaronjheng/lsof
lsof: 4.96.4 -> 4.96.5
2023-01-08 21:03:28 +00:00
Martin Weinelt
4d65509504 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-08 16:34:30 +01:00
R. Ryantm
495c294fae cli11: 2.3.0 -> 2.3.2 2023-01-08 06:26:21 +00:00
R. Ryantm
2bedf9ffc5 blackfire: 2.13.1 -> 2.13.2 2023-01-08 03:14:26 +00:00
Martin Weinelt
afd962b51c Merge remote-tracking branch 'origin/master' into staging-next 2023-01-05 17:16:26 +01:00
DarkOnion0
0118c319c4
devspace: 6.2.2 -> 6.2.3 2023-01-05 08:52:02 +01:00
github-actions[bot]
47507cf77a
Merge staging-next into staging 2023-01-04 06:01:44 +00:00
Anderson Torres
76eb4a3332
Merge pull request #208882 from marsam/update-universal-ctags
universal-ctags: 5.9.20221106.0 -> 6.0.0
2023-01-04 01:08:31 -03:00
github-actions[bot]
e859576396
Merge staging-next into staging 2023-01-04 00:03:20 +00:00
Artturi
54360cca52
Merge pull request #206410 from aaronjheng/loccount 2023-01-03 21:34:21 +02:00
github-actions[bot]
e076f677a1
Merge staging-next into staging 2023-01-03 18:01:45 +00:00
Mario Rodas
64bf8c6961
Merge pull request #207354 from r-ryantm/auto-update/ptags
ptags: 0.3.2 -> 0.3.4
2023-01-03 09:25:45 -05:00
Mario Rodas
7eb1973a7a universal-ctags: enable on all platforms 2023-01-03 04:20:00 +00:00
Mario Rodas
504f08a573 universal-ctags: 5.9.20221106.0 -> 6.0.0
https://github.com/universal-ctags/ctags/releases/tag/v6.0.0
2023-01-03 04:20:00 +00:00
Aaron Jheng
f914350e81
loccount: 1.2 -> 2.14 2023-01-03 01:59:53 +00:00
github-actions[bot]
051d49badb
Merge staging-next into staging 2023-01-02 06:02:21 +00:00
Jan Tojnar
5810109b42 Merge branch 'staging-next' into staging
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
figsoda
adfd3fafb3 highlight-assertions: unstable-2022-11-24 -> 0.1.6
Diff: c738a51513...v0.1.6
2023-01-01 10:08:35 -05:00
Doron Behar
1d1f738ed8
Merge pull request #208500 from r-ryantm/auto-update/texlab
texlab: 4.3.2 -> 5.0.0
2022-12-31 16:55:42 +02:00
R. Ryantm
28044d9042 texlab: 4.3.2 -> 5.0.0 2022-12-31 13:53:17 +00:00
Nick Cao
f12a7d932d binutils: gold is not available for riscv target 2022-12-30 23:38:13 +01:00
R. Ryantm
58faa444c8 uncrustify: 0.75.1 -> 0.76.0 2022-12-30 09:38:33 +01:00
Sergei Trofimovich
3f5d99e914 gdb: backport readline-8.2 fix
Without the change gdb fails build on `readline-8.2` as:

    ../../gdb/completer.c: In function 'char* gdb_completion_word_break_characters_throw()':
    ../../gdb/completer.c:2014:10: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
     2014 |   return rl_completer_word_break_characters;
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          |          |
          |          const char*
2022-12-30 00:50:12 +00:00
github-actions[bot]
df1fb5ef89
Merge staging-next into staging 2022-12-29 06:01:46 +00:00
Nick Cao
71e2cb9e72 hydra_unstable: unstable-2022-12-05 -> 2022-12-23 2022-12-29 03:27:46 +01:00
Sergei Trofimovich
092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
Aaron Jheng
d259884f7d
lsof: 4.96.4 -> 4.96.5 2022-12-28 03:03:54 +00:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Soner Sayakci
0006d8ae77
php80Extensions.blackfire: 1.78.1 -> 1.86.3 2022-12-26 00:15:33 +00:00
Sandro
bc98822a54
Merge pull request #205209 from SuperSandro2000/hydra-unstable 2022-12-25 21:37:38 +01:00
Anderson Torres
5e94e51e47
Merge pull request #207690 from atorres1985-contrib/language-servers
Language servers: new category
2022-12-25 17:21:21 -03:00
github-actions[bot]
583c7499e5
Merge staging-next into staging 2022-12-25 18:01:38 +00:00
Anderson Torres
e4d0f455fa treewide: move language servers to pkgs/development/tools/language-servers 2022-12-25 10:19:02 -03:00
R. Ryantm
54998cb9d4 circleci-cli: 0.1.22770 -> 0.1.22924 2022-12-25 12:58:40 +00:00
Jan Tojnar
72c37eddec Merge branch 'staging-next' into staging 2022-12-25 01:30:47 +01:00
Thiago Kenji Okada
b6803d79e9
Merge pull request #207475 from trofi/cvise-update
cvise: 2.6.0 -> 2.7.0
2022-12-24 12:01:07 +00:00
Sergei Trofimovich
efc83b137a cvise: 2.6.0 -> 2.7.0
Among other things adds support for llvm-16.
2022-12-23 22:03:26 +00:00
R. Ryantm
91fe8e2f43 ptags: 0.3.2 -> 0.3.4 2022-12-23 01:28:05 +00:00
figsoda
279bedb9e0 highlight-assertions: init at unstable-2022-11-24 2022-12-22 19:12:04 -05:00
R. Ryantm
2e299d2ae6 slint-lsp: 0.3.0 -> 0.3.3 2022-12-22 12:16:23 +00:00
Alex Martens
caf4413e43 saleae-logic-2: 2.4.2 -> 2.4.3 2022-12-21 12:05:09 -08:00
psondej
45f1d70101 pwndbg: 2022.08.30 -> 2022.12.19 2022-12-21 16:54:16 +01:00
David McFarland
13861970f4 treewide: update all dotnet lockfiles 2022-12-19 15:36:25 -04:00
Madoura
7f864b4a32
lit: 14.0.0 -> 15.0.6 2022-12-18 12:39:56 -06:00
github-actions[bot]
dc7ebb0163
Merge staging-next into staging 2022-12-18 18:01:41 +00:00
Valentin Gagarin
f782da699e
Merge pull request #206646 from figsoda/typos 2022-12-18 18:27:57 +01:00
Sergei Trofimovich
78d97c36af strace: 6.0 -> 6.1
Changes: https://github.com/strace/strace/releases/tag/v6.1
2022-12-18 15:28:56 +00:00
github-actions[bot]
3a63bcb4b6
Merge staging-next into staging 2022-12-18 12:01:33 +00:00
R. Ryantm
afba69bcb5 devspace: 6.2.1 -> 6.2.2 2022-12-18 17:37:14 +08:00
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Vladimír Čunát
59a68f487d
Merge branch 'staging-next' into staging 2022-12-16 11:20:50 +01:00
Artturin
05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
github-actions[bot]
9e23ec4f1c
Merge staging-next into staging 2022-12-15 00:03:02 +00:00
R. Ryantm
1148b1ec89 pwninit: 3.2.0 -> 3.3.0 2022-12-14 08:53:49 +00:00
github-actions[bot]
4db4181d93
Merge staging-next into staging 2022-12-14 00:02:53 +00:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Robert Hensing
16f5747575
Merge pull request #175649 from Artturin/opt-in-structured-attrs
stdenv: support opt-in __structuredAttrs
2022-12-10 21:12:43 +01:00
R. Ryantm
6f5ce31ff8 clojure-lsp: 2022.11.03-00.14.57 -> 2022.12.09-15.51.10 2022-12-09 19:28:41 +00:00
R. Ryantm
631c73f5da grpc-client-cli: 1.15.0 -> 1.16.0 2022-12-09 17:17:50 +08:00
Doron Behar
9e4a15be2c
Merge pull request #205000 from figsoda/sccache
sccache: 0.3.1 -> 0.3.3
2022-12-09 08:21:52 +02:00
Sandro Jäckel
413bc28e57
hydra: 2022-11-24 -> unstable-2022-12-05 2022-12-08 23:30:58 +01:00
Artturin
c01f509e44 treewide: source .attrs in builders
if theres a source $stdenv then this is needed

for structuredAttrs
2022-12-08 21:09:02 +02:00
figsoda
dad9a896c9 sccache: 0.3.2 -> 0.3.3
Diff: https://github.com/mozilla/sccache/compare/v0.3.2...v0.3.3

Changelog: https://github.com/mozilla/sccache/releases/tag/v0.3.3
2022-12-08 10:27:56 -05:00
Jonas Heinrich
9f6c140d8f
Merge pull request #205047 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.22675 -> 0.1.22770
2022-12-08 13:04:41 +01:00
figsoda
c179afc59d
Merge pull request #204887 from r-ryantm/auto-update/svls
svls: 0.2.5 -> 0.2.6
2022-12-07 18:43:28 -05:00
R. Ryantm
fd5154905a circleci-cli: 0.1.22675 -> 0.1.22770 2022-12-07 21:44:17 +00:00
figsoda
bfc2e400eb sccache: 0.3.1 -> 0.3.2, add figsoda as a maintainer
Diff: https://github.com/mozilla/sccache/compare/v0.3.1...v0.3.2

Changelog: https://github.com/mozilla/sccache/releases/tag/v0.3.2
2022-12-07 09:41:43 -05:00
R. Ryantm
6d3c59f1db terraform-ls: 0.30.0 -> 0.30.1 2022-12-07 02:19:13 +00:00
R. Ryantm
63f7c73cc1 svls: 0.2.5 -> 0.2.6 2022-12-07 00:12:26 +00:00
github-actions[bot]
0ac4c6779e
Merge master into staging-next 2022-12-06 00:02:32 +00:00
figsoda
0284480527 patsh: add comments explaining the patches 2022-12-05 15:02:01 -05:00
Martin Weinelt
fe8eef1ae4 Merge remote-tracking branch 'origin/master' into staging-next 2022-12-04 22:06:42 +01:00
figsoda
1830f9dc30 patsh: 0.1.3 -> 0.2.0
Diff: https://github.com/nix-community/patsh/compare/v0.1.3...v0.2.0

Changelog: https://github.com/nix-community/patsh/blob/v0.2.0/CHANGELOG.md
2022-12-03 19:40:26 -05:00
figsoda
75c01e730d
Merge pull request #203520 from figsoda/nextest
rustPlatform.buildRustPackage: add cargo-nextest support
2022-12-03 19:03:34 -05:00
Martin Weinelt
39739a47b0 Merge remote-tracking branch 'origin/master' into staging-next 2022-12-03 13:55:28 +01:00
Mario Rodas
02ebd8556c
Merge pull request #203968 from DarkOnion0/devspace
devspace: 6.1.1 -> 6.2.1
2022-12-03 07:21:53 -05:00
Mario Rodas
6fd8cea8db
Merge pull request #204060 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.22426 -> 0.1.22675
2022-12-03 07:15:00 -05:00
github-actions[bot]
a83c4dd193
Merge master into staging-next 2022-12-03 00:02:19 +00:00
Sandro
d14e99012f
Merge pull request #202934 from shyim/update-blackfire-extension 2022-12-02 21:26:26 +01:00
github-actions[bot]
fcd7475a32
Merge master into staging-next 2022-12-02 18:01:15 +00:00
figsoda
7c01788915 topiary: init at unstable-2022-12-02 2022-12-02 11:41:17 -05:00
R. Ryantm
f70e7ccf6c circleci-cli: 0.1.22426 -> 0.1.22675 2022-12-02 07:14:58 +00:00
R. Ryantm
34b9b0fb5d act: 0.2.33 -> 0.2.34 2022-12-02 05:18:26 +00:00
DarkOnion0
5e507e6291
devspace: 6.1.1 -> 6.2.1 2022-12-01 18:43:23 +01:00
github-actions[bot]
aff62e907a
Merge master into staging-next 2022-11-30 06:01:30 +00:00
Robert Schütz
e0ed66ab21 cmake-language-server: relax pygls version constraint 2022-11-29 18:02:03 -08:00
Robert Schütz
1d96cb7166 cmake-language-server: use poetry-core 2022-11-29 18:02:03 -08:00
Mario Rodas
b310eeaa52
Merge pull request #202932 from shyim/update-blackfire
blackfire: 2.10.0 -> 2.13.1
2022-11-29 20:10:38 -05:00
github-actions[bot]
e6be0713d4
Merge master into staging-next 2022-11-29 00:02:37 +00:00
figsoda
52153336fe python-launcher: check with cargo-nextest 2022-11-28 17:00:44 -05:00
github-actions[bot]
c9cba1ab24
Merge master into staging-next 2022-11-28 18:01:25 +00:00
figsoda
4a8aa91be6 python-launcher: init at 1.0.0 2022-11-28 12:43:25 -05:00
figsoda
8163c44b1e
Merge pull request #203279 from figsoda/patsh
patsh: init at 0.1.3
2022-11-28 09:09:51 -05:00
github-actions[bot]
23dcd1620e
Merge staging-next into staging 2022-11-28 00:03:09 +00:00
David Zmick
ad651f02dd mark gdb as unsupported on aarch64-darwin
As of Nov 2022, gdb does not support aarch64-darwin
2022-11-27 18:00:51 -06:00
Sandro
a581be7360
Merge pull request #199428 from SuperSandro2000/strace-analyzer 2022-11-27 23:36:55 +01:00
figsoda
58ff418fec patsh: init at 0.1.3 2022-11-27 16:17:04 -05:00
github-actions[bot]
38af11b9ce
Merge staging-next into staging 2022-11-27 18:01:39 +00:00
R. Ryantm
b6368800c0 terraform-ls: 0.29.3 -> 0.30.0 2022-11-27 10:13:23 +00:00
github-actions[bot]
6d0026d4d6
Merge staging-next into staging 2022-11-26 18:01:45 +00:00
Nikolay Korotkiy
40cf24de55
Merge pull request #202570 from r-ryantm/auto-update/ccache
ccache: 4.7.3 -> 4.7.4
2022-11-26 18:32:48 +04:00
Soner Sayakci
152d320091
php81Extensions.blackfire: 1.78.1 -> 1.84.0 2022-11-25 23:20:45 +00:00
Soner Sayakci
19da0d125c
blackfire: 2.10.0 -> 2.13.1 2022-11-25 22:47:18 +00:00
github-actions[bot]
d002d690a2
Merge staging-next into staging 2022-11-25 00:02:54 +00:00
Nick Cao
bee931454b hydra_unstable: 2022-10-22 -> 2022-11-24 2022-11-24 22:53:10 +01:00
github-actions[bot]
e8fb7d56a7
Merge staging-next into staging 2022-11-24 12:02:06 +00:00
R. Ryantm
4df4d16a87 ccache: 4.7.3 -> 4.7.4 2022-11-23 18:30:30 +00:00
R. Ryantm
7c8d7b8d1c texlab: 4.3.1 -> 4.3.2 2022-11-23 09:39:28 +00:00
github-actions[bot]
5658def54f
Merge staging-next into staging 2022-11-19 00:02:58 +00:00
github-actions[bot]
3c0e8e8385
Merge master into staging-next 2022-11-19 00:02:25 +00:00
Sergei Trofimovich
4a1ff3ebe4
Merge pull request #198622 from foo-dogsquared/update-autoconf-archive
autoconf-archive: 2022.02.11 -> 2022.09.03
2022-11-18 22:57:36 +00:00
Pierre Bourdon
68fd3bf17d babeltrace: fix cross-compilation 2022-11-18 23:53:26 +01:00
github-actions[bot]
2acef5d49c
Merge master into staging-next 2022-11-18 06:01:12 +00:00
R. Ryantm
4be4e691e2 sccache: 0.3.0 -> 0.3.1 2022-11-17 20:45:24 -05:00
github-actions[bot]
d3c8e3965d
Merge staging-next into staging 2022-11-11 18:01:49 +00:00