Commit Graph

8 Commits

Author SHA1 Message Date
Alan Guo Xiang Tan e70c3596b8
DEV: Bump rust version to 1.82.0 (#894)
This is to resolve an error we are seeing in our arm64 dev builds

```
24 49.46 error: package `apple-xar v0.20.0` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.75.0
24 49.46 Either upgrade to rustc 1.81 or newer, or use
```
2024-12-17 07:57:38 +08:00
Loïc Guitaut 1964d1737a FEATURE: Add early support for aarch64 in dev env
This patch adds some new steps to support the aarch64 architecture
on Linux.

An updated version of Rust is needed to compile the `selenium-manager`
binary as it’s not shipped with the `selenium-webdriver` gem yet.
In the same vein, Google doesn’t ship an aarch64 version of Chrome yet,
so it doesn’t make sense to install even Chromium in the image. We have
to rely on Firefox to run the system specs.
2024-01-30 10:23:57 +01:00
Gerhard Schlager be563a4df5
FIX: Compiling oxipng didn't work on aarch64 (#694)
This uses the new sparse-registry feature from Rust 1.68 which lowers the memory usage. This avoids that cargo is killed due to an OOM issue (exit code 137) during "Updating crates.io index".
2023-03-13 10:55:15 +01:00
Rafael dos Santos Silva 9cd1d8a338 Update Ruby to 3.1.3 and deps bump 2022-12-21 06:23:16 +08:00
Rafael dos Santos Silva 0387528876 Revert "Update Ruby to 3.2"
This reverts commit c8837e7516.
2022-12-21 06:23:16 +08:00
Rafael dos Santos Silva c562672f9a Revert "bump deps"
This reverts commit b1d243400c.
2022-12-21 06:23:16 +08:00
Rafael dos Santos Silva b1d243400c bump deps 2022-12-20 17:37:35 -03:00
Rafael dos Santos Silva c8837e7516 Update Ruby to 3.2 2022-12-20 17:37:35 -03:00