Sort out lack of Python (only in ARM64 build for some reason)
continuous-integration/drone the build canceled
Details
continuous-integration/drone the build canceled
Details
This commit is contained in:
parent
e154835f77
commit
588d5bdf54
|
@ -3,17 +3,21 @@
|
|||
|
||||
platform: linux/amd64
|
||||
|
||||
.a1: &when
|
||||
event: [ push, pull_request ]
|
||||
|
||||
pipeline:
|
||||
buildAssets:
|
||||
image: "node:17.8.0-alpine3.14"
|
||||
when: *when
|
||||
image: "node:17.8.0-bullseye"
|
||||
commands:
|
||||
- apt-get -qq update && apt-get -yqq install python3
|
||||
- cd quickpeep_static
|
||||
- yarn install
|
||||
- yarn build
|
||||
|
||||
clippy:
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
when: *when
|
||||
image: rust:1.59.0-slim
|
||||
commands:
|
||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang-dev
|
||||
|
|
|
@ -15,8 +15,9 @@ pipeline:
|
|||
buildAssets:
|
||||
when: *when
|
||||
|
||||
image: "node:17.8.0-alpine3.14"
|
||||
image: "node:17.8.0-bullseye"
|
||||
commands:
|
||||
- apt-get -qq update && apt-get -yqq install python3
|
||||
- cd quickpeep_static
|
||||
- yarn install
|
||||
- yarn build
|
||||
|
|
Loading…
Reference in New Issue