- Mar 13, 2025
-
-
Antoine Lambert authored
It is required for a pre-commit hook used in repositories containing rust code but is not installed with a minimal rustup profile.
-
- Mar 12, 2025
-
-
Antoine Lambert authored
It enables to not install the rust documentation which takes more than 600Mb of disk space.
-
Antoine Lambert authored
Those are not needed and take more than 2Gb of disk space.
-
Antoine Lambert authored
This tools is no longer needed in the SWH development environment and its installation takes more than 1Gb of disk space.
-
- Mar 10, 2025
-
-
David Douard authored
This is the version deployed in production (I think?) and the current (outdated) installed version in the docker image is making swh-loader-core tests fail.
-
- Feb 06, 2025
-
-
Antoine R. Dumont authored
Drop the override to use jdk11, it's no longer relevant. Refs. swh/infra/sysadm-environment#5558
-
- Jan 22, 2025
-
-
Antoine Lambert authored
-
- Jan 21, 2025
-
-
nodejs 18 is close to EOL and some swh-web dependencies bump minimal required nodejs version to 20. Prefer to install yarn using the corepack tool instead of debian packages.
-
- Dec 19, 2024
-
-
https://dlcdn.apache.orgAntoine Lambert authored
-
- Dec 18, 2024
-
-
Antoine Lambert authored
Align cassandra version with the one used in production. Cassandra tests from swh-storage package can be successfully executed with cassandra 5.0.
-
- Nov 22, 2024
-
-
https://dlcdn.apache.orgAntoine Lambert authored
-
- Nov 15, 2024
-
-
vlorentz authored
The --locked option forces Cargo to use the lockfile declared by swh-graph, which was carefully written to avoid conflicts between two Arrow versions that are used as transitive dependencies through different packages. When Cargo tries to update one, it ends up with incompatible versions, causing a compilation failure.
-
- Sep 12, 2024
-
-
Antoine Lambert authored
The swh-graph-grpc-serve executable is required to run provenance related tests and now has its own crate.
-
- Sep 11, 2024
-
-
Antoine Lambert authored
-
- Sep 02, 2024
-
-
Nicolas Dandrimont authored
They're not specific to rage anymore.
-
Nicolas Dandrimont authored
This mounts a (potentially empty) SCCACHE_REDIS_ENDPOINT and SCCACHE_REDIS_PASSWORD environment variable into the relevant build commands to use sccache.
-
Nicolas Dandrimont authored
-
- Aug 24, 2024
-
-
David Douard authored
3.5.2 is not available any more on dlcdn.apache.org, plus we run 3.6 in production.
-
David Douard authored
-
- May 15, 2024
-
-
- Mar 26, 2024
-
-
Antoine Lambert authored
Kafka 3.5.0 has been removed from the Apache CDN.
-
- Feb 23, 2024
-
-
Antoine Lambert authored
It is required to run the full swh-environment tests suites.
-
- Feb 13, 2024
-
-
Antoine Lambert authored
We no longer build debian packages for swh components so we can safely remove the build of these docker images.
-
- Feb 06, 2024
-
-
David Douard authored
-
- Jan 05, 2024
-
-
Antoine Lambert authored
Debian official package for nodejs 18.x superseeded the one from nodesource so npm must now be explicitly installed. Nevertheless, update nodesource package setup but comment it until we have to bump nodejs version. See https://github.com/nodesource/distributions#new-update-%EF%B8%8F.
-
- Dec 18, 2023
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
- Nov 08, 2023
-
-
Nicolas Dandrimont authored
-
- Oct 18, 2023
-
-
Nicolas Dandrimont authored
-
- Oct 12, 2023
-
-
Nicolas Dandrimont authored
-
- Oct 04, 2023
-
-
Nicolas Dandrimont authored
-
- Oct 02, 2023
-
-
Nicolas Dandrimont authored
-
- Aug 30, 2023
-
-
Jérémy Bobbio (Lunar) authored
A stage can only appear once per Dockerfile, so `FROM identifier` must be unique. Move building rage upward for convenience. Also document why we don’t pin rage to a specific version number.
-
Jérémy Bobbio (Lunar) authored
Testing recovery bundles in swh-alter requires `rage` and `rage-keygen`. See: https://github.com/str4d/rage/blob/main/rage/Cargo.toml We use rust official Docker image to build the software via `cargo install` in a dedicated stage. We then copy the (statically linked) binaries to our image.
-
- Aug 18, 2023
-
-
Antoine Lambert authored
It is required by swh-lister to list CRAN packages.
-