| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent acf9b90 commit 0a9ee3e
32 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,6 +24,23 @@ jobs: | |||
| 24 | 24 | run: | | |
| 25 | 25 | git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew | |
| 26 | 26 | strategy="$(~/bashbrew/scripts/github-actions/generate.sh)" | |
| 27 | + | ||
| 28 | + # https://github.com/docker-library/python/pull/706 (ensure we don't have any unexpected ".a" leftovers in "/usr/local") | ||
| 29 | + strategy="$(jq <<<"$strategy" -c ' | ||
| 30 | + .matrix.include |= map( | ||
| 31 | + if .os == "ubuntu-latest" then | ||
| 32 | + .runs.test += "\n" + ( | ||
| 33 | + .meta.entries | ||
| 34 | + | map( | ||
| 35 | + .tags[0] | ||
| 36 | + | "aFiles=\"$(docker run --rm \(. | @sh) find /usr/local -name \"*.a\" | tee /dev/stderr)\"; [ -z \"$aFiles\" ]" | ||
| 37 | + ) | ||
| 38 | + | join("\n") | ||
| 39 | + ) | ||
| 40 | + else . end | ||
| 41 | + ) | ||
| 42 | + ')" | ||
| 43 | + | ||
| 27 | 44 | jq . <<<"$strategy" # sanity check / debugging aid | |
| 28 | 45 | echo "::set-output name=strategy::$strategy" | |
| 29 | 46 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments