407
submitted 5 days ago by [email protected] to c/[email protected]

Oh no, not just my build server, Microsofts build server... Everyones' Azure build server - (if you're building on windows)

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 244 points 5 days ago

Imagine your compiler performing a license check.

[-] [email protected] 37 points 5 days ago* (last edited 5 days ago)

It's not using just the compiler. This agent is configured to use the full version of Visual Studio for some reason, and building through that, which requires a license. You can build via the msbuild system, which doesn't require a license.

[-] [email protected] 2 points 4 days ago

It gets worse if you use Microsoft D365 AX products. Then you have to provision an entire Build server for builds which has to run Visual Studio 2019 on Windows 10. To do a build you run a pipeline in Azure DevOps, which runs the compiler in a full Visual Studio 2019 environment, which has to run on a special Azure virtual environment running Windows 10 hosted by Microsoft. It's so fragile.

[-] [email protected] 2 points 1 day ago

typical Azure. duct tape and bubble gum holding everything together

[-] [email protected] 13 points 4 days ago

There are companies selling a relabeled GCC with the O flags behind the license check.

[-] [email protected] -3 points 5 days ago

pretty sure it's been a thing since even before free compilers

[-] [email protected] 21 points 5 days ago* (last edited 5 days ago)

People forget that compilers used to be commonly proprietary and commercially licensed. Heck, I'm born on the 90s and knew that ๐Ÿ˜‚

So so glad free and open source software took over though

this post was submitted on 13 Sep 2024
407 points (99.0% liked)

Programmer Humor

19176 readers
950 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS