From 8f41f192364ce0e3c3c90251e1ad89974a14f3d4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 7 Apr 2020 10:43:25 +0200 Subject: ci: Remove "mips64el-linux-gnuabi64" from '%cross-targets'. The N64 ABI has always been a niche, it seems. * gnu/ci.scm (%cross-targets): Remove "mips64el-linux-gnuabi64". --- gnu/ci.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/ci.scm b/gnu/ci.scm index 44a6a87e1a..fb2596c809 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -128,7 +128,6 @@ SYSTEM." (define %cross-targets '("mips64el-linux-gnu" - "mips64el-linux-gnuabi64" "arm-linux-gnueabihf" "aarch64-linux-gnu" "powerpc-linux-gnu" -- cgit v1.2.3 ix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/secret-service.scm
AgeCommit message (Expand)Author
2022-09-13secret-service: Mark sockets as SOCK_CLOEXEC....Ludovic Courtès
2022-04-07secret-service: Allow cooperative scheduling when Fibers is used....Ludovic Courtès
2022-04-07secret-service: Abstract 'wait-for-readable-fd'....Ludovic Courtès
2021-12-12services: secret-service: Turn into a Shepherd service....Ludovic Courtès
2020-09-29secret-service: Add proper logging procedure and log to syslog....Ludovic Courtès
2020-09-29services: secret-service: Add initial client/server handshake....Ludovic Courtès
2020-09-29secret-service: Fix file port leak in 'secret-service-send-secrets'....Ludovic Courtès
2020-09-29secret-service: Add a timeout when waiting for a client....Ludovic Courtès
2020-09-29secret-service: Clarify the origin of messages....Ludovic Courtès
2020-09-01services: Add secret-service-type....Jan (janneke) Nieuwenhuizen