Preliminary makefile support for building inside docker #384

Manually merged
decentral1se merged 2 commits from cr_dockerinside into main 2023-11-27 10:17:28 +00:00
Owner

Just streamlines building with docker and the upstream golang container of appropriate version.

Just streamlines building with docker and the upstream golang container of appropriate version.
cas added 1 commit 2023-11-09 18:52:49 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
1d098eed0e
Preliminary makefile support for building inside docker
cas added 1 commit 2023-11-09 19:14:48 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
20a7cffb71
Fix errors in build-docker-inside.sh
Owner

I had to add :z to the volume spec to appease SELinux, does this cause any porblems on non-SELinux systems?

I had to add `:z` to the volume spec to appease SELinux, does this cause any porblems on non-SELinux systems?
p4u1 reviewed 2023-11-12 15:04:43 +00:00
@ -0,0 +6,4 @@
fi
git config --global --add safe.directory /abra # work around funky file permissions
# fixme for some reason we need to do this
Member

I probably go the same error locally. Running go mod tidy fixed this for me (see #387)

I probably go the same error locally. Running `go mod tidy` fixed this for me (see https://git.coopcloud.tech/coop-cloud/abra/pulls/387)
decentral1se marked this conversation as resolved
decentral1se approved these changes 2023-11-27 10:17:20 +00:00
decentral1se left a comment
Owner

👏

👏
decentral1se manually merged commit 31e0ed75b0 into main 2023-11-27 10:17:28 +00:00
Owner

Hope you don't mind, I tucked the script into the scripts/ dir. Tested the build and it seems to work. Maybe we can create a separate target to deal with #384 (comment)? Unsure. Can review/merge whatever else comes up.

Hope you don't mind, I tucked the script into the `scripts/` dir. Tested the build and it seems to work. Maybe we can create a separate target to deal with https://git.coopcloud.tech/coop-cloud/abra/pulls/384#issuecomment-18823? Unsure. Can review/merge whatever else comes up.
Sign in to join this conversation.
No description provided.