Commit Graph

24752 Commits

Author SHA1 Message Date
github-actions[bot]
a759676266 Merge master into haskell-updates 2024-11-07 00:16:21 +00:00
Weijia Wang
f54d787634 dart: 3.5.3 -> 3.5.4 (#350157) 2024-11-07 01:14:32 +01:00
Emily
a886e49239 llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 2024-11-06 23:52:35 +00:00
Reno Dakota
3cd45d08ee llvmPackages_19: 19.1.1 -> 19.1.3
https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.3
2024-11-06 15:49:20 -08:00
Reno Dakota
1ab5205fbb llvmPackages_19.bolt: upstream patch to fix darwin build
5909979869
2024-11-06 15:49:20 -08:00
Reno Dakota
7eb779860d llvmPackages_19.libclc: use unwrapped clang only
The build requires an unwrapped clang due to passing in --arch flags.
However, for c++ it doesn't pass in --arch and requires standard headers
so which requires the wrapped compiler.
2024-11-06 15:49:20 -08:00
seth
fb917de147 llvmPackages_18.libcxx: fix building on windows 2024-11-06 17:29:37 -05:00
seth
ad338630ff llvmPackages_18.compiler-rt: fix building on windows 2024-11-06 17:29:28 -05:00
github-actions[bot]
e9877d256b Merge staging-next into staging 2024-11-06 18:04:56 +00:00
Reno Dakota
4becb3821e ocaml: build defaultentry not bootstrap on 5.2+
Building ocaml fails occasionally on aarch64-darwin. Using the
defaultentry target to build on ocaml 5.2 and greater may rectify this.
2024-11-06 14:48:04 +01:00
Theodore Ni
b6a12f84c6 chicken: remove hardening disable 2024-11-05 23:28:39 -08:00
github-actions[bot]
ca614aa53a Merge staging-next into staging 2024-11-06 06:05:28 +00:00
Weijia Wang
bab904fa6a circt: fix build failure on darwin platform and refactor (#348019) 2024-11-06 01:32:35 +01:00
github-actions[bot]
84527c8ca3 Merge master into haskell-updates 2024-11-06 00:16:09 +00:00
github-actions[bot]
e7cf0b43c8 Merge staging-next into staging 2024-11-06 00:14:28 +00:00
Weijia Wang
e88003696a ats2: fix darwin build; move to by-name (#353745) 2024-11-06 00:34:12 +01:00
Mario Rogic
5ddc8ccdc0 lamdera: 1.3.1 -> 1.3.2 2024-11-05 23:53:01 +10:00
Austin Horstman
6bd632f164 ats2: move to by-name 2024-11-04 20:01:28 -06:00
Austin Horstman
f4f2eb89bf ats2: fix darwin build 2024-11-04 19:55:13 -06:00
Austin Horstman
3de54e3d74 ats2: format 2024-11-04 19:54:45 -06:00
github-actions[bot]
57af37a3be Merge master into haskell-updates 2024-11-04 00:17:26 +00:00
K900
46a1f3aa58 Merge remote-tracking branch 'origin/staging-next' into staging 2024-11-03 11:04:59 +03:00
Weijia Wang
f17450bb06 ocamlPackages.reason: 3.12.0 -> 3.13.0 (#350397) 2024-11-03 05:29:03 +01:00
Emily
5248318e58 darwin stdenv fixes needed for llvm_19 (#353229) 2024-11-03 03:35:11 +00:00
Reno Dakota
fa8ce61acd llvmPackages_19.compiler_rt: don't codesign
The codesign binary is part of the bootstrapTools and is incompatible
with the version required by the compiler_rt build. Remove
find_program(.., codesign) from the cmake files to prevent the build
from using and then breaking due to an incompatible codesign
2024-11-02 19:00:00 -07:00
github-actions[bot]
4aa4054084 Merge master into haskell-updates 2024-11-03 00:18:03 +00:00
Stig
c82163f6c8 kpcli: KDBX 4 support (#348984) 2024-11-02 22:58:26 +01:00
Emily
2b67faf4d9 The OracleJDK Dehaunting (#353043) 2024-11-02 21:15:20 +00:00
Tomo
d6eb9f1515 oracle{jdk,jre}: drop
"Unmaintained security disaster" -anonymous Nixpkgs maintainer
2024-11-02 21:11:23 +00:00
7c6f434c
5537745afa sbcl: 2.4.9 -> 2.4.10 (#352697) 2024-11-02 14:00:40 +00:00
Shogo Takata
7a35c1a09d circt: move to pkgs/by-name 2024-11-02 16:33:47 +09:00
github-actions[bot]
d6ccd2835b Merge staging-next into staging 2024-11-02 06:05:06 +00:00
Audrey Dutcher
7f179a1b12 rustc: do not force compilation with libunwind on FreeBSD
FreeBSD's unwind libs are named "libgcc" despite being llvm in origin
and come from the FreeBSD source tree.
2024-11-02 05:39:17 +00:00
Audrey Dutcher
88f09c87d3 rustc: fix cross compilation of LLVM with shared libs
The PR which fixed `useLLVM` native rustc builds (#320432)
also broke cross builds.

The C compiler it used to produce `llvmShared` and `llvmPackages`,
`llvmPackages.clangUseLLVM`, was built to run on the host
and create binaries for the target (`pkgsHostTarget`).
Instead, the compiler should be built to run on the build
machine and produce binaries for the host machine (`pkgsBuildHost`).

Replace the overridden compilers with ones from `pkgsBuildHost`

Co-Authored-By: Artemis Tosini <me@artem.ist>
2024-11-02 05:39:17 +00:00
Tomo
558dafdd0d javacard-devkit: drop
Had a dependency on the Oracle JDK,
as well as being several years out-of-date.
2024-11-02 02:56:09 +00:00
Tomo
a50de59140 oraclejdk_*: mark insecure and not updated
https://openjdk.org/groups/vulnerability/advisories/
2024-11-02 01:23:58 +00:00
github-actions[bot]
9f4b4c444e Merge master into haskell-updates 2024-11-02 00:16:04 +00:00
FliegendeWurst
f7e019e0ae perlPackages.IteratorSimple: init at 0.07 2024-11-01 23:35:21 +01:00
github-actions[bot]
6e6e33bd99 Merge staging-next into staging 2024-11-01 18:05:02 +00:00
OTABI Tomoya
d5b7399e2b tinygo: 0.33.0 -> 0.34.0 (#351493) 2024-11-01 22:45:16 +09:00
Weijia Wang
9b7b54036e ciao: 1.23.0-m1 -> 1.24.0-m1 (#348449) 2024-11-01 14:03:22 +01:00
Weijia Wang
b320b56ad0 ballerina: 2201.9.2 -> 2201.10.1 (#348855) 2024-11-01 13:36:18 +01:00
sternenseemann
c409770da8 haskell.compiler.ghcHEAD: 9.11.20240423 -> 9.13.20241031
Unfortunately, it won't be possible to build 9.12 nor, in all
likelihood, 9.14 with Cabal 3.12 or 3.14 (which are shipped with GHC 9.8
and 9.10, respectively) due to
<145a647785>.
Since this has been confirmed by upstream, we'll have to bite the bullet
and adjust our hadrian bootstrapping logic to deal with that.
Fortunately, we at least have gotten a hackage released version of Cabal
3.14, so we don't need to bootstrap from an in tree Cabal version.
2024-11-01 12:46:35 +01:00
Hraban Luyat
9243491f1e sbcl: 2.4.9 -> 2.4.10 2024-10-31 15:26:15 -04:00
github-actions[bot]
336ffcf0e4 Merge staging-next into staging 2024-10-31 18:04:59 +00:00
Winter
5ac79292b3 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 2024-10-31 12:08:05 -04:00
Steven Keuchel
1117016a45 open-watcom-bin: do an unattended instead of a scripted install 2024-10-31 14:55:12 +01:00
Steven Keuchel
4026e88664 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0
Change the bootstrap on all platforms to use a version of the upstream binary
that is equal to the version that is being built, instead of a binary of one
version prior. This is necessary for the 1.82.0 release because on some
platforms (https://github.com/rust-lang/rust/issues/129268) the 1.81.0 binary
can not build the 1.82.0 source. Furthermore, upstream reported that their
development process (now) usually involves building a release compiler with
itself and that "the Rust compiler must be able to build itself".
2024-10-31 14:14:48 +01:00
Arthur Gautier
b363747ac6 pkgsStatic.dtc: fix build 2024-10-30 09:59:13 -07:00
github-actions[bot]
f3423cc412 Merge staging-next into staging 2024-10-30 00:14:51 +00:00