summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-04-12 06:58:36 -0400
committerGitHub <noreply@github.com>2023-04-12 06:58:36 -0400
commitf269cdb88070feed23ab5999a119223e54120b8e (patch)
tree5927c2be1cbf3f09feae40a67d997c93c65aeb5f /.github
parent79d2549570f8c67fba79eca54e10a5674b59dcb8 (diff)
Update the bundled version of makeself used to create static builds. (#14822)
* Update bundled makeself to v2.5.0. It includes numerous fixes that should resolve a number of the problems we’ve seen crop up recently with our static build installation process. * Update static archive metadata. * Add the makeself scripts to the shellcheck CI exclude list. They have numerous warnings, but we intentionally want to stay as close as possible to being in-sync with the upstream copies, so just ignore them with shellcheck in CI. * Silence shellcheck warnings. * Ensure required directories actually exist in static archive.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/review.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml
index 3e015f11b1..5756e4b214 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -230,7 +230,10 @@ jobs:
reporter: github-pr-check
path: "."
pattern: "*.sh*"
- exclude: "./.git/*"
+ exclude: |
+ ./.git/*
+ packaging/makeself/makeself.sh
+ packaging/makeself/makeself-header.sh
yamllint:
name: yamllint