github-actions[bot]
312ad6d25c
Merge master into staging-next
2022-07-07 12:01:23 +00:00
Jakub Kozłowski
63b81ee7fd
bloop: 1.5.0 -> 1.5.2
2022-07-06 17:55:37 +02:00
github-actions[bot]
a653bbaea6
Merge master into staging-next
2022-07-04 00:05:02 +00:00
Uri Baghin
8f0612bf3b
Merge pull request #179395 from the-mikedavis/md-bazel-5.2.0
...
bazel: 5.1.1 -> 5.2.0
2022-07-04 09:11:32 +10:00
github-actions[bot]
fc65c5c219
Merge master into staging-next
2022-07-03 18:01:12 +00:00
Vladimír Čunát
aab2ab55a4
Merge #167671 : cmake: Fix a darwin-specific patch
...
...into staging-next. I assume that applying on non-Darwin was
just temporary for testing, so I cut that part to avoid rebuilds.
2022-07-02 15:30:32 +02:00
Zenithal
f3e8668b8f
mill: 0.10.4 -> 0.10.5
2022-07-01 19:48:14 +08:00
github-actions[bot]
d5a880feca
Merge staging-next into staging
2022-07-01 00:03:19 +00:00
Jakub Kozłowski
e7d52cc26c
scala-cli: 0.1.8 -> 0.1.9
2022-06-30 21:02:21 +02:00
Michael Davis
7c3d4d3af8
bazel: 5.1.1 -> 5.2.0
2022-06-27 15:44:14 -05:00
R. Ryantm
54a65b5cd5
cmake: Fix darwin-specific remove-systemconfiguration-dep patch
...
Unbreaks cmakeMinimal on darwin.
Co-authored-by: Ryan Burns <rtburns@protonmail.com>
2022-06-27 23:54:11 +08:00
github-actions[bot]
6905fbbcef
Merge staging-next into staging
2022-06-26 06:01:52 +00:00
github-actions[bot]
55b22a1f00
Merge master into staging-next
2022-06-26 06:01:20 +00:00
Mario Rodas
c811344871
Merge pull request #178711 from regadas/add_scalacli_aarch64_darwin
...
scala-cli: add aarch64-darwin to sources
2022-06-25 23:10:18 -05:00
milahu
20f3160f41
ninja: disable line-clearing with TERM=dumb
2022-06-25 17:08:53 +02:00
github-actions[bot]
ed1037c13a
Merge staging-next into staging
2022-06-25 06:01:57 +00:00
github-actions[bot]
ae24e28a98
Merge master into staging-next
2022-06-25 06:01:17 +00:00
Uri Baghin
7e1209a527
Merge pull request #177507 from ylecornec/ylecornec/bazel_dependencies_path
...
Bazel runtime dependencies in PATH
2022-06-25 14:37:25 +10:00
Yves-Stan Le Cornec
c6909daf0e
bazel_5: use correct bazel version for tests
...
`bazel_self` is the current package. If we do not specify it explicitly when defining tests then Bazel 3 is used by default.
2022-06-24 17:37:20 +02:00
Yves-Stan Le Cornec
384035c4cf
bazel_4: use correct bazel version for tests
...
`bazel_self` is the current package. If we do not specify it explicitly when defining tests then Bazel 3 is used by default.
2022-06-24 17:34:47 +02:00
Yves-Stan Le Cornec
ad5f4abb9c
bazel_5: remove unnecessary buildInputs from tests
...
Now that PATH dependencies are provided via a wrapper, these buildInputs become unnecessary
2022-06-24 17:26:05 +02:00
Yves-Stan Le Cornec
934ad0d729
bazel_4: remove unnecessary buildInputs from tests.
...
Now that PATH dependencies are provided via a wrapper, these buildInputs become unnecessary
2022-06-24 17:23:11 +02:00
regadas
83543ec972
Add scala-cli aarch64-darwin
...
Temporarly ref x86 binaries
2022-06-23 12:11:20 +01:00
AndersonTorres
fc881d3a4b
cmake: 3.22.3 -> 3.23.2
2022-06-22 22:11:27 -03:00
AndersonTorres
cd39674dc0
cmake: add myself as maintainer
2022-06-22 22:11:27 -03:00
AndersonTorres
02155ca916
cmake: rename patches
...
Because it is easier to look at them as a block, not polluting the directory
listing so much.
2022-06-22 22:11:09 -03:00
AndersonTorres
d6f12ab2f6
cmake: use a list of suitable uiToolkits instead of Boolean values
...
Also, aborts when the list contains anything besides the acceptable options.
2022-06-22 21:52:07 -03:00
AndersonTorres
033cfacaf2
cmake: reformat expression
2022-06-21 23:04:07 -03:00
github-actions[bot]
46b42d9734
Merge staging-next into staging
2022-06-16 23:27:58 +00:00
github-actions[bot]
ccdd0f7af6
Merge master into staging-next
2022-06-16 23:27:22 +00:00
Robert Scott
12eea1c636
treewide/development: add sourceType binaryNativeCode for many packages
...
excluding compilers and interpreters as some new tricks may be
needed to cover their various bootstrapping processes properly
2022-06-16 20:12:04 +01:00
github-actions[bot]
ca38c61118
Merge staging-next into staging
2022-06-16 00:02:52 +00:00
github-actions[bot]
d1886be475
Merge master into staging-next
2022-06-16 00:02:14 +00:00
Jakub Kozłowski
6b0f4f603c
scala-cli: 0.1.7 -> 0.1.8
2022-06-15 18:20:23 +02:00
github-actions[bot]
15c142e5c0
Merge staging-next into staging
2022-06-13 18:02:13 +00:00
Robert Schütz
fe8a3f1ff8
conan: 1.47.0 -> 1.49.0
2022-06-13 17:57:32 +00:00
Yves-Stan Le Cornec
aa06cc8b9a
bazel_5: wraps bazel to add default runtime dependencies to PATH
...
Bazel requires basic runtime dependencies in the PATH for repository rules and genrules. When `which` is missing in particular, it can lead to misleading error messages.
2022-06-13 11:35:54 +02:00
Yves-Stan Le Cornec
14dcb2c929
bazel_4: wraps bazel to add default runtime dependencies to PATH
...
Bazel requires basic runtime dependencies in the PATH for repository rules and genrules. When `which` is missing in particular, it can lead to misleading error messages.
2022-06-13 11:35:18 +02:00
Artturi
ce62ff7bdf
Merge pull request #176464 from Artturin/gobjecfix
2022-06-12 17:32:49 +03:00
Artturin
6e6292279e
meson: add mesonEmulatorHook
...
fixes building documentation while cross-compiling and other issues
Exec format error: './gdk3-scan'
added some simple documentation
2022-06-11 04:51:04 +03:00
Jakub Kozłowski
22f30538f2
scala-cli: 0.1.6 -> 0.1.7
2022-06-07 04:00:36 +02:00
Sandro
972bfcf147
Merge pull request #176326 from LibreCybernetics/update-mill
...
mill: 0.10.3 → 0.10.4
2022-06-06 02:36:13 +02:00
Fabián Heredia Montiel
ceb01c3d48
mill: 0.10.3 → 0.10.4
...
https://github.com/com-lihaoyi/mill/releases/tag/0.10.4
2022-06-04 21:24:45 -05:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Aaron Jheng
fe1c890c2d
go-mk: remove
2022-06-02 15:00:47 +00:00
Jakub Kozłowski
bab6e29256
scala-cli: 0.1.5 -> 0.1.6
2022-05-30 19:23:17 +02:00
Jakub Kozłowski
567b83ebbd
scala-cli: add updater
2022-05-30 19:23:16 +02:00
Rick van Schijndel
11ee22d797
treewide: pkgs/development: mark broken for aarch64-linux
2022-05-30 13:42:59 +02:00
Rick van Schijndel
010f6ee30d
treewide: mark broken for darwin
2022-05-30 13:42:58 +02:00
Robert Schütz
1b0c93d826
corrosion: unstable-2022-01-03 -> 0.2.1
...
https://github.com/corrosion-rs/corrosion/blob/v0.2.1/RELEASES.md
2022-05-17 11:23:35 -07:00