upgrade alpine container

pull/1319/head
jeff 4 years ago committed by Jeff Becker
parent d0374ce083
commit d973ce9089
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -85,6 +85,7 @@ local windows_cross_pipeline(name, image,
[if allow_fail then "failure"]: "ignore",
environment: { SSH_KEY: { from_secret: "SSH_KEY" }, WINDOWS_BUILD_NAME: toolchain+"bit" },
commands: [
'apk update && apk upgrade',
'apk add cmake git ninja pkgconf ccache patch make ' + deps,
'git clone https://github.com/despair86/libuv.git win32-setup/libuv',
'mkdir build',

Loading…
Cancel
Save