Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine Linux 3.20 #245

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Alpine Linux 3.20 #245

wants to merge 2 commits into from

Conversation

crazy-max
Copy link
Member

No description provided.

@crazy-max
Copy link
Member Author

Build seems to hang with Alpine 3.19. Not sure if linked to QEMU: https://github.com/anonaddy/docker/actions/runs/7220550101/job/19682994245?pr=245#step:7:3756

#39 [linux/arm/v6 stage-1 5/6] RUN apk --no-cache add -t build-dependencies     git     nodejs     npm   && node --version   && npm --version   && addgroup -g 1000 anonaddy   && adduser -D -h /var/www/anonaddy -u 1000 -G anonaddy -s /bin/sh -D anonaddy   && addgroup anonaddy mail   && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer   && git config --global --add safe.directory /var/www/anonaddy   && git init . && git remote add origin "https://github.com/anonaddy/anonaddy.git"   && git fetch --depth 1 origin "v1.0.3" && git checkout -q FETCH_HEAD   && composer install --optimize-autoloader --no-dev --no-interaction --no-ansi --ignore-platform-req=php-64bit   && chown -R anonaddy. /var/www/anonaddy   && npm ci --ignore-scripts   && APP_URL=https://addy-sh.test/ npm run production   && npm prune --production   && chown -R nobody.nogroup /var/www/anonaddy   && apk del build-dependencies   && rm -rf /root/.composer     /root/.config     /root/.npm     /var/www/anonaddy/.git     /var/www/anonaddy/node_modules     /tmp/*
Error: The operation was canceled.

@crazy-max crazy-max marked this pull request as draft December 15, 2023 15:09
@crazy-max crazy-max force-pushed the alpine-3.19 branch 2 times, most recently from 86a79b0 to b5ff6e5 Compare December 15, 2023 15:25
@crazy-max crazy-max force-pushed the alpine-3.19 branch 3 times, most recently from 8574c94 to 8b381b6 Compare December 27, 2023 13:52
@crazy-max crazy-max force-pushed the alpine-3.19 branch 4 times, most recently from 485b69f to a498b36 Compare February 18, 2024 18:05
@crazy-max crazy-max force-pushed the alpine-3.19 branch 2 times, most recently from 10af965 to c11f9f3 Compare May 4, 2024 22:31
@crazy-max crazy-max changed the title Alpine Linux 3.19 Alpine Linux 3.20 Aug 25, 2024
@crazy-max
Copy link
Member Author

Same with Alpine 3.20, I'm looking if this is a QEMU issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant