Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
I was trying to make a pretty simple PR, just change a tiny bit of HTML and CSS, but building Atlantis proved challenging. I am new to
goand its build requirements, but even accounting for that I think it was harder than it needed to be.First of all, despite the comprehensive documentation on how to run and test Atlantis locally, I could find nothing about how to build it locally. So I tried using
make, but ran into lots of problems (output edited for brevity,go1.12.7 installed):So at the very least, the build of
bindata_assetfs.goneeds to be fixed.Ideally, the
releasetarget would depend on the needed artifacts and automatically build them. Also thebuild-servicetarget should work to build a local version for dev/test.