Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Restored compatibility for Alpine 3.15 - #1626

Merged
daniellockyer merged 1 commit into
masterfrom
alpine-compat
Jul 24, 2022
Merged

Restored compatibility for Alpine 3.15#1626
daniellockyer merged 1 commit into
masterfrom
alpine-compat

Conversation

@daniellockyer

Copy link
Copy Markdown
Contributor

fixes#1625

  • Alpine 3.16 was released in May 2022 and 5.0.9 was the first release
    since it became the default for node16-alpine
  • compiling on Alpine 3.16 broke compatiblity for Alpine 3.15
  • given we should be able to just build with 3.15 and the binaries end
    up forward-compatible, this commit reverts back to that

fixes#1625
- Alpine 3.16 was released in May 2022 and 5.0.9 was the first release
since it became the default for `node16-alpine`
- compiling on Alpine 3.16 broke compatiblity for Alpine 3.15
- given we should be able to just build with 3.15 and the binaries end
up forward-compatible, this commit reverts back to that
@daniellockyer
daniellockyer merged commit 8ffdf39 into masterJul 24, 2022
@daniellockyer
daniellockyer deleted the alpine-compat branch July 24, 2022 20:27
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install of 5.0.9 fails to run on Alpine ("_ZSt28__throw_bad_array_new_lengthv: symbol not found")

1 participant

@daniellockyer