https://github.com/rust-lang/rust/pull/74416 diff --git a/compiler/rustc_codegen_ssa/src/back/linker.rs b/compiler/rustc_codegen_ssa/src/back/linker.rs index 3df956c465e..f45fee45be4 100644 --- a/compiler/rustc_codegen_ssa/src/back/linker.rs +++ b/compiler/rustc_codegen_ssa/src/back/linker.rs @@ -28,7 +28,7 @@ pub fn disable_localization(linker: &mut Command) { // No harm in setting both env vars simultaneously. // Unix-style linkers. - linker.env("LC_ALL", "C"); + linker.env("LC_ALL", "en_US.UTF-8"); // MSVC's `link.exe`. linker.env("VSLANG", "1033"); } et'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/guix.scm
AgeCommit message (Expand)Author
2020-11-07services: guix: Fix Guix Build Coordinator substitute urls bug....Christopher Baines
2020-11-07services: guix: Remove the Guix Build Coordinator agent pid file....Christopher Baines
2020-11-07services: guix: Add guix-build-coordinator-agent cache directory....Christopher Baines
2020-10-23gnu: guix-build-coordinator: Propagate the guile inputs....Christopher Baines
2020-10-23services: guix: Fix the guix-build-coordinator metrics namespace....Christopher Baines
2020-10-23services: guix-build-coordinator: Configure output buffering....Christopher Baines
2020-10-23services: guix-build-coordinator: Include the system profile in PATH....Christopher Baines
2020-10-23services: guix-build-coordinator: Output the start script name....Christopher Baines
2020-10-23services: guix: Fix hooks gexp issue for the Guix Build Coordinator....Christopher Baines
2020-10-20services: guix: Fix coordinator agent....Mathieu Othacehe
2020-10-08services: guix: Don't use normalized codeset for Guix Data Service....Christopher Baines
2020-10-05services: guix: Add guix-build-coordinator-queue-builds-service-type....Christopher Baines
2020-10-05services: guix: Add guix-build-coordinator-agent-service-type....Christopher Baines
2020-10-05services: guix: Add guix-build-coordinator-service-type....Christopher Baines
2020-03-08services: guix-data-service: Allow passing extra options....Christopher Baines
2019-09-25services: Add the Guix Data Service....Christopher Baines