-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update APPSIGNAL_BUILD_FOR_MUSL flag behavior (#653)
Currently the APPSIGNAL_BUILD_FOR_MUSL flag listens to any value and accepts that as meaning that the user intends to install the Linux musl build. The defined behavior in the integrations guide specifies that the APPSIGNAL_BUILD_FOR_MUSL env var should listen to the `1` or `true` values. Source: https://github.com/appsignal/integration-guide/blob/9b6fb1491e3aab87cb29b732470c8162f9cd080b/build/installation.md#appsignal_build_for_musl Update the APPSIGNAL_BUILD_FOR_MUSL flag to listen to only the `1` and `true` values as agreed upon.
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
bump: "patch" | ||
--- | ||
|
||
Update `APPSIGNAL_BUILD_FOR_MUSL` behavior to only listen to the values `1` and `true`. This way `APPSIGNAL_BUILD_FOR_MUSL=false` is not interpreted to install the musl build. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters