Hacker News new | ask | show | jobs
by _dhruva 1315 days ago
> Maybe a few companies selling build pipeline services could be persuaded, like Github and Gitlab

The problem is almost all CI/CD jobs use custom docker images bundled with distro provided compiler toolchains.

Replacing linker in CI/CD jobs transparently is extremely hard/impossible/undesirable.

2 comments

Excellent point, it might run counter to the idea of building exactly as if on that platform! Didn't think of that.
You can package it up yourself, put it in a private repo like JFrog, and build a new Docker image.