Commit Graph

  • b34bec2350 Accepting request 1332365 from devel:languages:rust factory Ana Guerrero 2026-02-11 17:48:12 +00:00
  • 7e7df53d33 - bsc#1257923 - CVE-2026-25727 - rfc 2822 format parsing may lead to stack exhaustion. William Brown 2026-02-11 04:52:09 +00:00
  • c50f209b97 Accepting request 1328167 from devel:languages:rust Ana Guerrero 2026-01-20 20:03:28 +00:00
  • c2c48ad69f Accepting request 1328165 from home:firstyear:branches:devel:languages:rust William Brown 2026-01-20 04:12:32 +00:00
  • fae48ef34c Accepting request 1312676 from devel:languages:rust Ana Guerrero 2025-10-21 09:17:03 +00:00
  • 233283d9e0 Accepting request 1312670 from home:firstyear:branches:devel:languages:rust William Brown 2025-10-21 02:49:56 +00:00
  • c584d6e695 Accepting request 1275077 from devel:languages:rust slfo-main slfo-1.2 Dominique Leuenberger 2025-05-07 17:19:41 +00:00
  • e7e8d9a962 Accepting request 1275077 from devel:languages:rust Dominique Leuenberger 2025-05-07 17:19:41 +00:00
  • 29570f1339 - bsc#1242611 - CVE-2025-3416 - openssl use-after-free William Brown 2025-05-07 06:22:55 +00:00
  • 5cae25740e Accepting request 1275066 from home:firstyear:branches:devel:languages:rust William Brown 2025-05-07 06:22:55 +00:00
  • 1ab2304fd2 Accepting request 1256093 from devel:languages:rust Ana Guerrero 2025-03-26 20:20:11 +00:00
  • 87ff48f629 Accepting request 1256093 from devel:languages:rust Ana Guerrero 2025-03-26 20:20:11 +00:00
  • d2e718c8d8 - Update to version 0.9.1~22: * Add experimental concurrent cache support * Add tests for distributed cargo building * Fix tests for SELinux * strip CARGO_MAKEFLAGS * Allow using S3 virtual host style endpoints (#2329) * Apply clippy fixes and bump ghac from v2 to v4 bump (#2341) * prepare release 0.10.0 * feat: Bump opendal to 0.52 to support ghac v2 * Fix formatting * Add scheduler connect message * Separate sccache_heartbeat * Separate sccache_http * lru: do not fail removing file if already removed * build and run integration tests on ubuntu-24.04 * Fix and update sccache for CUDA 12.8 * cache (and dist-compile) cudafe++ invocations to ensure the original module_id file is restored and used for all PTX compilations * hash the module_id file (if it exists), --gen_module_id_file arg, and --module_id_file_name arg so PTX generated by nvcc -c and nvcc -ptx yield different hashes * remove --gen_module_id_file from internal cicc calls when using CTK<12.8 nvcc -c * update GHA workflows to CUDA 12.8 * Add bind_address config field (#2307) * Don't cache dep file (#2322) * CI: Move the the current LLVM stable (#2323) * Scheduler: oversubscribe cores just a little to make up for slack (#2315) * Pass through --remap-path-prefix argument. (#2270) William Brown 2025-03-26 01:51:29 +00:00
  • f8a282e5a9 Accepting request 1249134 from home:firstyear:branches:devel:languages:rust William Brown 2025-03-26 01:51:29 +00:00
  • 520eb2915f Accepting request 1242944 from devel:languages:rust Ana Guerrero 2025-02-04 17:12:56 +00:00
  • 3fd340fda3 Accepting request 1242944 from devel:languages:rust Ana Guerrero 2025-02-04 17:12:56 +00:00
  • 9ca37e2c81 - Update to version 0.9.0~13: * Add experimental concurrent cache support * chore: replace is-terminal with standard library (#2311) * prepare release 0.9.1 * Add support for caching target json specs for Rust compilation. (#2269) * Don't use CARGO_REGISTRIES_* configuration in hash keys (#2308) * fix: bring "cargo build -Zprofile" support back (#2306) * deps: Update cc * add test for #2299 * fix test_rlib_dep_reader_call failure when $CARGO_HOME isn't in the user's $HOME * Never cache the outer CUDA compilation (because nvcc -E can't be trusted). Always decompose via nvcc --dryrun, then cache and report the host compiler call as a CUDA compilation * Always use sccache's own jobserver * Adjust placement of crate dependencies and a comment Crates memmap2, object and shlex are not dist-only requirements. * Skip tests when needed features (gcs & s3) are disabled William Brown 2025-02-04 00:32:32 +00:00
  • b6bb03bf39 Accepting request 1235771 from home:firstyear:branches:devel:languages:rust William Brown 2025-02-04 00:32:32 +00:00
  • ca497f4e6a Accepting request 1230229 from devel:languages:rust Ana Guerrero 2024-12-12 20:18:23 +00:00
  • b25c59cb15 Accepting request 1230229 from devel:languages:rust Ana Guerrero 2024-12-12 20:18:23 +00:00
  • 07ef8af23d - Update to version 0.9.0~1: * Add experimental concurrent cache support * prepare release 0.9.0 (#2293) * build(deps): bump codecov/codecov-action from 4 to 5 (#2289) * feat: set user agent in webdav requests (#2284) * test CTK 11.1 in CI * add test to ensure -v|--verbose are never dist-compiled * don't generate a dist-compile command for clang-cuda * don't use leading digit in renamed file names * include the output file name in nvcc trace logs * revert adding --gen_module_id_file when --module_id_file_name is present * read NVCC_{PREPEND,APPEND}_FLAGS from the compile environment, not the server environment * add --default-stream arg, fix parsing concatenated form of nvcc -t1 * always add --gen_module_id_file if --module_id_file_name is specified * Normalize nvcc subcommand order for CTK <12.0, ensuring the DAG is parsed by inputs/outputs even if the preprocessor, cicc, and ptxas commands are out of order. * hash --gen_module_id_file and --module_id_file_name arguments * add more clang flags * compiler invocations with -v or --verbose must not be dist-compiled, since tools like CMake parse the output and expect to see client paths not dist-server paths * report total compilation count and compile times for uncached and failed compilations * ensure dist_type is reported for failed and uncached compilations * check for more host-compiler nvcc defines to accommodate older nvcc versions * Pass correct argument to rustc -Z ls * Make start_compile_task spawn a tokio task again * ensure SCCACHE_NO_CACHE calls aren't tracked as an uncacheable compilations in the stats * Attempt to fix intermittent config_from_env() test failures by ensuring envvars are reset before unwrapping/asserting * Test nvcc and clang-cuda in workflows/ci.yml * Ensure compatibility with MSVC compatibility on Windows * fix exit_status propagation, handle long nvcc language option (--x) * Detect both nvcc and host compiler version so we can safely revert to caching outer nvcc invocations * Update Nvcc compiler to support distributed compilation William Brown 2024-12-12 01:15:56 +00:00
  • 399ff2fdf2 Accepting request 1229684 from home:firstyear:branches:devel:languages:rust William Brown 2024-12-12 01:15:56 +00:00
  • 5716f01e36 Accepting request 1206191 from devel:languages:rust Ana Guerrero 2024-10-08 15:24:27 +00:00
  • a85eff7188 Accepting request 1206191 from devel:languages:rust Ana Guerrero 2024-10-08 15:24:27 +00:00
  • 2f8ad18f4b - Update to version 0.8.2~1: * Add experimental concurrent cache support * sccache: prepare new release * Update FreeBSD docs to refer to 14.1 (#2263) * build(deps): bump jobserver from 0.1.31 to 0.1.32 (#2255) xiaoguang wang 2024-10-08 00:56:54 +00:00
  • d0f90aed70 Accepting request 1204848 from home:firstyear:branches:devel:languages:rust xiaoguang wang 2024-10-08 00:56:54 +00:00
  • ff3cb7653a Accepting request 1200214 from devel:languages:rust Ana Guerrero 2024-09-12 14:56:51 +00:00
  • fb94e56dbd Accepting request 1200214 from devel:languages:rust Ana Guerrero 2024-09-12 14:56:51 +00:00
  • 280b72c6f4 - explicitly depend on cargo to pull in latest compiler revision - Update to version 0.8.1~31: * Add experimental concurrent cache support * build(deps): bump quinn-proto from 0.11.3 to 0.11.8 (#2254) * build(deps): bump which from 6.0.0 to 6.0.3 (#2252) * Disable "warnings as errors" flag for CL preprocessing (#2251) * Add windows arm64 to the CI (#2243) * build(deps): bump log from 0.4.20 to 0.4.22 (#2218) * feat: Bump opendal to 0.48.0 (#2240) * deps: update winapi-util (#2236) * refactor: use windows-sys instead of winapi (#2233) * build(deps): bump vmactions/freebsd-vm from 1.0.7 to 1.0.8 (#2219) * Add cache hit percentage to stats (#2211) * Add custom zstd compression level (#2199) * Remove the heapsize feature * Add lost feature status * Update OpenDAL for fixing #2220 * build(deps): bump reqwest from 0.12.4 to 0.12.5 (#2215) * build(deps): bump uuid from 1.7.0 to 1.9.0 (#2213) * Update CI version of macOS * build(deps): bump zstd from 0.13.0 to 0.13.1 * build(deps): bump async-trait from 0.1.77 to 0.1.80 * build(deps): bump anyhow from 1.0.81 to 1.0.86 * Format toml * refactor: Bump OpenDAL to 0.47 * Remove ref_env * Fix clippy * Fix clippy * refactor: Bump MSRV to 1.75 for async in trait * Log when preprocessor cache cannot be used (#2197) William Brown 2024-09-12 00:41:32 +00:00
  • 0f1c99dde5 Accepting request 1199936 from home:firstyear:branches:devel:languages:rust William Brown 2024-09-12 00:41:32 +00:00
  • d8f96dace3 Accepting request 1198619 from devel:languages:rust Dominique Leuenberger 2024-09-04 11:27:13 +00:00
  • b35554a516 Accepting request 1198619 from devel:languages:rust Dominique Leuenberger 2024-09-04 11:27:13 +00:00
  • cb4a3f14d8 - bsc#1229955 - RUSTSEC-2024-0006 - rust-shlex: Multiple issues involving quote API William Brown 2024-09-04 04:51:59 +00:00
  • da3e1df297 Accepting request 1198615 from home:firstyear:branches:devel:languages:rust William Brown 2024-09-04 04:51:59 +00:00
  • fb25d60070 Accepting request 1177827 from devel:languages:rust Ana Guerrero 2024-06-03 15:40:44 +00:00
  • c622481427 Accepting request 1177827 from devel:languages:rust Ana Guerrero 2024-06-03 15:40:44 +00:00
  • 9e1d0f7658 Accepting request 1177825 from home:firstyear:branches:devel:languages:rust William Brown 2024-05-31 03:50:55 +00:00
  • 38e1897036 Accepting request 1177825 from home:firstyear:branches:devel:languages:rust William Brown 2024-05-31 03:50:55 +00:00
  • b0ec06e8fb Accepting request 1173810 from devel:languages:rust Ana Guerrero 2024-05-14 11:38:10 +00:00
  • b1d2a95100 Accepting request 1173810 from devel:languages:rust Ana Guerrero 2024-05-14 11:38:10 +00:00
  • 0702c58959 Accepting request 1169784 from home:firstyear:branches:devel:languages:rust William Brown 2024-05-14 01:54:16 +00:00
  • 03a8424097 Accepting request 1169784 from home:firstyear:branches:devel:languages:rust William Brown 2024-05-14 01:54:16 +00:00
  • be3ac04288 Accepting request 1144779 from devel:languages:rust Ana Guerrero 2024-02-07 17:50:26 +00:00
  • 8f266d72d8 Accepting request 1144779 from devel:languages:rust Ana Guerrero 2024-02-07 17:50:26 +00:00
  • c0924d4c7e Accepting request 1140754 from home:firstyear:branches:devel:languages:rust William Brown 2024-02-07 06:07:46 +00:00
  • 434756b264 Accepting request 1140754 from home:firstyear:branches:devel:languages:rust William Brown 2024-02-07 06:07:46 +00:00
  • 074bb0222d Accepting request 1131229 from devel:languages:rust Ana Guerrero 2023-12-06 22:48:25 +00:00
  • 7dcdda4b3e Accepting request 1131229 from devel:languages:rust Ana Guerrero 2023-12-06 22:48:25 +00:00
  • 60c3918b45 Accepting request 1131227 from home:firstyear:branches:devel:languages:rust William Brown 2023-12-05 23:53:46 +00:00
  • 79a31649c4 Accepting request 1131227 from home:firstyear:branches:devel:languages:rust William Brown 2023-12-05 23:53:46 +00:00
  • ca2fa0edd7 Accepting request 1126505 from devel:languages:rust Ana Guerrero 2023-11-15 20:08:53 +00:00
  • c2a313875f Accepting request 1126505 from devel:languages:rust Ana Guerrero 2023-11-15 20:08:53 +00:00
  • b898108d9a Accepting request 1126504 from home:firstyear:branches:devel:languages:rust William Brown 2023-11-15 01:31:12 +00:00
  • 42ed8c67b4 Accepting request 1126504 from home:firstyear:branches:devel:languages:rust William Brown 2023-11-15 01:31:12 +00:00
  • 8afa4fd059 Accepting request 1112915 from devel:languages:rust Ana Guerrero 2023-09-22 19:49:29 +00:00
  • b085cae16d Accepting request 1112915 from devel:languages:rust Ana Guerrero 2023-09-22 19:49:29 +00:00
  • e090002997 Accepting request 1112914 from home:firstyear:branches:devel:languages:rust William Brown 2023-09-22 03:37:22 +00:00
  • 2e4ab2bd85 Accepting request 1112914 from home:firstyear:branches:devel:languages:rust William Brown 2023-09-22 03:37:22 +00:00
  • 1e9a6fb444 Accepting request 1104257 from devel:languages:rust Ana Guerrero 2023-08-17 17:44:09 +00:00
  • 1b00611949 Accepting request 1104257 from devel:languages:rust Ana Guerrero 2023-08-17 17:44:09 +00:00
  • 62357292aa Accepting request 1104256 from home:firstyear:branches:devel:languages:rust William Brown 2023-08-16 23:05:27 +00:00
  • 518e06c758 Accepting request 1104256 from home:firstyear:branches:devel:languages:rust William Brown 2023-08-16 23:05:27 +00:00
  • 0347487c40 Accepting request 1095709 from devel:languages:rust Dominique Leuenberger 2023-06-29 15:27:52 +00:00
  • 968bf6d6ef Accepting request 1095709 from devel:languages:rust Dominique Leuenberger 2023-06-29 15:27:52 +00:00
  • b657120f6a Accepting request 1095701 from home:firstyear:branches:devel:languages:rust William Brown 2023-06-28 05:29:47 +00:00
  • 9e94b8189a Accepting request 1095701 from home:firstyear:branches:devel:languages:rust William Brown 2023-06-28 05:29:47 +00:00
  • 34a5f23101 Accepting request 1091004 from devel:languages:rust Dominique Leuenberger 2023-06-06 17:56:06 +00:00
  • b6cfcef868 Accepting request 1091004 from devel:languages:rust Dominique Leuenberger 2023-06-06 17:56:06 +00:00
  • f9d0b7f2cc Accepting request 1090999 from home:firstyear:branches:devel:languages:rust William Brown 2023-06-06 04:21:24 +00:00
  • 38be26e3ab Accepting request 1090999 from home:firstyear:branches:devel:languages:rust William Brown 2023-06-06 04:21:24 +00:00
  • 91f2490e61 Accepting request 1090598 from home:firstyear:branches:devel:languages:rust William Brown 2023-06-06 00:38:24 +00:00
  • a6a68b4c97 Accepting request 1090598 from home:firstyear:branches:devel:languages:rust William Brown 2023-06-06 00:38:24 +00:00
  • 08465c0aea Accepting request 1088754 from devel:languages:rust Dominique Leuenberger 2023-05-24 18:22:51 +00:00
  • 0a2d200f19 Accepting request 1088754 from devel:languages:rust Dominique Leuenberger 2023-05-24 18:22:51 +00:00
  • 258cafc60c Accepting request 1088752 from home:firstyear:branches:devel:languages:rust William Brown 2023-05-24 03:43:06 +00:00
  • dafe5f54f1 Accepting request 1088752 from home:firstyear:branches:devel:languages:rust William Brown 2023-05-24 03:43:06 +00:00
  • 5b4058eb02 Accepting request 1083369 from devel:languages:rust Dominique Leuenberger 2023-04-28 14:23:38 +00:00
  • ad9fd08870 Accepting request 1083369 from devel:languages:rust Dominique Leuenberger 2023-04-28 14:23:38 +00:00
  • 08e5fd372b Accepting request 1083368 from home:firstyear:branches:devel:languages:rust William Brown 2023-04-28 01:17:17 +00:00
  • 21b257b5ea Accepting request 1083368 from home:firstyear:branches:devel:languages:rust William Brown 2023-04-28 01:17:17 +00:00
  • 5950fd7d53 Accepting request 1079320 from devel:languages:rust Dominique Leuenberger 2023-04-14 11:13:38 +00:00
  • 03945c37ac Accepting request 1079320 from devel:languages:rust Dominique Leuenberger 2023-04-14 11:13:38 +00:00
  • a49e108b4d Accepting request 1079314 from home:firstyear:branches:devel:languages:rust William Brown 2023-04-14 01:05:07 +00:00
  • 2d9ea56ed0 Accepting request 1079314 from home:firstyear:branches:devel:languages:rust William Brown 2023-04-14 01:05:07 +00:00
  • 9163cf8604 Accepting request 1078319 from devel:languages:rust Dominique Leuenberger 2023-04-11 11:51:04 +00:00
  • 45e89b1276 Accepting request 1078319 from devel:languages:rust Dominique Leuenberger 2023-04-11 11:51:04 +00:00
  • 59cb331cd8 Accepting request 1078316 from home:firstyear:branches:devel:languages:rust William Brown 2023-04-11 05:27:32 +00:00
  • ff000a54d0 Accepting request 1078316 from home:firstyear:branches:devel:languages:rust William Brown 2023-04-11 05:27:32 +00:00
  • 4131e2218b Accepting request 1073672 from devel:languages:rust Dominique Leuenberger 2023-03-22 21:30:53 +00:00
  • 77251aceac Accepting request 1073672 from devel:languages:rust Dominique Leuenberger 2023-03-22 21:30:53 +00:00
  • 4e285784c8 Accepting request 1073671 from home:firstyear:branches:devel:languages:rust William Brown 2023-03-22 05:10:42 +00:00
  • 02e1459509 Accepting request 1073671 from home:firstyear:branches:devel:languages:rust William Brown 2023-03-22 05:10:42 +00:00
  • 9bafe4e4f9 Accepting request 1067283 from devel:languages:rust Dominique Leuenberger 2023-02-23 15:29:26 +00:00
  • ba148cf920 Accepting request 1067283 from devel:languages:rust Dominique Leuenberger 2023-02-23 15:29:26 +00:00
  • ccc86ab017 Accepting request 1067278 from home:firstyear:branches:devel:languages:rust William Brown 2023-02-23 01:17:05 +00:00
  • 5e2263d4ca Accepting request 1067278 from home:firstyear:branches:devel:languages:rust William Brown 2023-02-23 01:17:05 +00:00
  • b831dd3a22 Accepting request 1065625 from devel:languages:rust Dominique Leuenberger 2023-02-14 15:47:26 +00:00
  • b9c6f3e574 Accepting request 1065625 from devel:languages:rust Dominique Leuenberger 2023-02-14 15:47:26 +00:00
  • 30292d143a Accepting request 1064753 from home:firstyear:branches:devel:languages:rust William Brown 2023-02-14 01:31:53 +00:00
  • 3bdc466ed5 Accepting request 1064753 from home:firstyear:branches:devel:languages:rust William Brown 2023-02-14 01:31:53 +00:00