Skip to content

Commit 92ab34b

Browse files
committed
Remove pgp-happy-eyeballs entirely
This is a follow-up to #34
1 parent b4cc436 commit 92ab34b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

scripts/github-actions/generate.sh

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,7 @@ strategy="$(
172172
else
173173
"busybox:latest"
174174
end
175-
) + "; echo RUN :; } | docker build --no-cache --tag image-list-marker -",
176-
(
177-
if (env.BASHBREW_GENERATE_SKIP_PGP_PROXY) or (.os | startswith("windows-")) then
178-
empty
179-
else
180-
(
181-
"# PGP Happy Eyeballs",
182-
"git clone --depth 1 https://github.com/tianon/pgp-happy-eyeballs.git ~/phe",
183-
"~/phe/hack-my-builds.sh",
184-
"rm -rf ~/phe"
185-
)
186-
end
187-
)
175+
) + "; echo RUN :; } | docker build --no-cache --tag image-list-marker -"
188176
] | join("\n")),
189177
pull: ([ .meta.froms[] | select(. != "scratch") | "docker pull " + @sh ] | join("\n")),
190178
# build

0 commit comments

Comments
 (0)