Skip to content

Use oldest available runner for Linux builds#343

Merged
RainbowCookie32 merged 9 commits intomasterfrom
dev
Nov 5, 2025
Merged

Use oldest available runner for Linux builds#343
RainbowCookie32 merged 9 commits intomasterfrom
dev

Conversation

@RainbowCookie32
Copy link
Owner

Using ubuntu-latest causes libc compatibility issues with distros like popOS as seen in #342. Bringing it down to ubuntu-22.04 fixes this, improving overall compatibility, without any real drawbacks afaik.

If you are on a distro where this still isn't enough, then it's time to get some help build rusty-psn yourself or use the Docker image.

This shouldn't be an issue on Windows, no idea about macOS.

dependabot bot and others added 8 commits August 13, 2025 04:48
Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.10...v0.4.11)

---
updated-dependencies:
- dependency-name: slab
  dependency-version: 0.4.11
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eframe](https://github.com/emilk/egui) from 0.32.0 to 0.32.1.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](emilk/egui@0.32.0...0.32.1)

---
updated-dependencies:
- dependency-name: eframe
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.22 to 0.12.23.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.22...v0.12.23)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.12.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…4.11

build(deps): bump slab from 0.4.10 to 0.4.11
…0.32.1

build(deps): bump eframe from 0.32.0 to 0.32.1
…-0.12.23

build(deps): bump reqwest from 0.12.22 to 0.12.23
Should help with libc compatibility for distros running older versions, like in #342
@RainbowCookie32 RainbowCookie32 merged commit 814382a into master Nov 5, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant