File tree Expand file tree Collapse file tree 4 files changed +12
-35
lines changed Expand file tree Collapse file tree 4 files changed +12
-35
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ mkdir -p "$LOGDIR_BASE"
276
276
# - we bump the time-machine and Guix has a new version of Rust.
277
277
# - Cargo.lock in src/fcmp_pp/fcmp_pp_rust is updated.
278
278
RUST_DEPS_VERSION=0
279
- RUST_DEPS_HASH=" cl6rwas8aq0ij31x0b9x94v8crzxwi6z "
279
+ RUST_DEPS_HASH=" pklc0wbsmdg0h4z7xkbww7wlar849sp7 "
280
280
RUST_DEPS_ARCHIVE=" rust_deps-${RUST_DEPS_VERSION} .tar.gz"
281
281
RUST_DEPS_STORE_ITEM=" /gnu/store/${RUST_DEPS_HASH} -${RUST_DEPS_ARCHIVE} "
282
282
if [ ! -f " ${RUST_DEPS_STORE_ITEM} " ]; then
@@ -285,6 +285,7 @@ if [ ! -f "${RUST_DEPS_STORE_ITEM}" ]; then
285
285
--pure \
286
286
--network \
287
287
--no-cwd \
288
+ --writable-root \
288
289
--user=" user" \
289
290
--share=" $PWD " =/monero \
290
291
-- env RUST_DEPS_ARCHIVE=" $RUST_DEPS_ARCHIVE " \
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ chain for " target " development."))
84
84
(home-page (package-home-page xgcc))
85
85
(license (package-license xgcc)))))
86
86
87
- (define base-gcc gcc-12 )
87
+ (define base-gcc gcc-14 )
88
88
(define base-linux-kernel-headers linux-libre-headers-6.1)
89
89
90
90
(define* (make-monero-cross-toolchain target
@@ -275,25 +275,25 @@ chain for " target " development."))
275
275
(cond ((string-suffix? " -mingw32" target)
276
276
(list
277
277
zip ; used to create release archives
278
- gcc-toolchain-12
278
+ gcc-toolchain-14
279
279
(make-mingw-pthreads-cross-toolchain target)))
280
280
((string-contains target " -linux-gnu" )
281
281
(list
282
- gcc-toolchain-12
283
- (list gcc-toolchain-12 " static" )
282
+ gcc-toolchain-14
283
+ (list gcc-toolchain-14 " static" )
284
284
(make-monero-cross-toolchain target)))
285
285
((string-contains target " freebsd" )
286
286
(list
287
287
xz ; used to unpack freebsd_base
288
- gcc-toolchain-12
289
- (list gcc-toolchain-12 " static" )
290
- clang-toolchain-18
288
+ gcc-toolchain-14
289
+ (list gcc-toolchain-14 " static" )
290
+ clang-toolchain-19
291
291
binutils))
292
292
((string-contains target " android" )
293
293
(list
294
294
unzip ; used to unpack android_ndk
295
- gcc-toolchain-12
296
- (list gcc-toolchain-12 " static" )))
295
+ gcc-toolchain-14
296
+ (list gcc-toolchain-14 " static" )))
297
297
((string-contains target " darwin" )
298
298
(list
299
299
libtool
Original file line number Diff line number Diff line change 1
1
(use-modules (gnu packages)
2
2
((gnu packages bash) #:select (bash-minimal))
3
- ((gnu packages certs ) #:select (nss-certs))
3
+ ((gnu packages nss ) #:select (nss-certs))
4
4
(gnu packages compression)
5
5
(gnu packages curl)
6
6
(gnu packages moreutils)
Original file line number Diff line number Diff line change 1
- allocator-api2
2
- cc
3
- dlmalloc
4
- fortanix-sgx-abi
5
- getopts
6
- gimli-0.28.1
7
- hermit-abi
8
- r-efi
9
- r-efi-alloc
10
- rand
11
- rand_xorshift
12
- unicode-width
13
- unwinding
14
- wasi
15
- windows-sys
16
- windows-targets
17
- windows_aarch64_gnullvm
18
- windows_aarch64_msvc
19
- windows_i686_gnu
20
- windows_i686_gnullvm
21
- windows_i686_msvc
22
- windows_x86_64_gnu
23
- windows_x86_64_gnullvm
24
- windows_x86_64_msvc
You can’t perform that action at this time.
0 commit comments