[DiscordArchive] and another question, i have faced the issue the issue with not having permission to `/azerothcore/e
[DiscordArchive] and another question, i have faced the issue the issue with not having permission to `/azerothcore/e
Archived author: Deleted User • Posted: 2022-08-26T04:46:21.932000+00:00
Original source
and another question, i have faced the issue the issue with not having permission to `/azerothcore/env/dist/bin` during my second build(using docker on win10) after adding some modules. I explicitly had to state ownership to that dir as per: https://stackoverflow.com/questions/7319...windows-10
for convenience diff is here:
$ git diff apps/compiler/includes/functions.sh
@@ -103,6 +103,7 @@ function comp_compile() {
comp_ccacheResetStats
time make -j $MTHREADS
+ sudo chown -R acore:acore /azerothcore/env/dist/bin
make -j $MTHREADS install
comp_ccacheShowStats
i think it might wsl2 only problem as files also exist on windows fs too and might be modified by editors etc on windows outside wsl2. Does it make sense to make a PR for this change ?
[Embed: Failed to build docker container for AzerothCore in Windows 10]
I am following the tutorial at https://www.azerothcore.org/wiki/install-with-docker but it fails when executing acore.sh docker build with the following message:
Install the project...
-- Install
https://stackoverflow.com/questions/7319...windows-10
Archived author: Honey • Posted: 2022-08-26T04:49:16.913000+00:00
Original source
Sorry, i am not good with <#535208956449128490>. In fact all residents who are experienced with it are currently unavailable, so we keep suggesting the Classic install route instead.
It always makes sense to submit a PR to fix things, as long as it doesn't break something else
Archived author: Deleted User • Posted: 2022-08-26T04:50:07.410000+00:00
Original source
will post it there as well thanks!