7 ms·
> 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 image
by _dhruva 4y 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.
- fefe23 4y agoExcellent point, it might run counter to the idea of building exactly as if on that platform! Didn't think of that.
- secondcoming 4y agoYou can package it up yourself, put it in a private repo like JFrog, and build a new Docker image.