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
|
platform: linux/amd64
|
||||||
|
|
||||||
|
.a1: &when
|
||||||
|
event: [ push, pull_request ]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
buildAssets:
|
buildAssets:
|
||||||
image: "node:17.8.0-alpine3.14"
|
when: *when
|
||||||
|
image: "node:17.8.0-bullseye"
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get -qq update && apt-get -yqq install python3
|
||||||
- cd quickpeep_static
|
- cd quickpeep_static
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
when:
|
when: *when
|
||||||
event: [push, pull_request]
|
|
||||||
image: rust:1.59.0-slim
|
image: rust:1.59.0-slim
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang-dev
|
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang-dev
|
||||||
|
|
|
@ -15,8 +15,9 @@ pipeline:
|
||||||
buildAssets:
|
buildAssets:
|
||||||
when: *when
|
when: *when
|
||||||
|
|
||||||
image: "node:17.8.0-alpine3.14"
|
image: "node:17.8.0-bullseye"
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get -qq update && apt-get -yqq install python3
|
||||||
- cd quickpeep_static
|
- cd quickpeep_static
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
Loading…
Reference in New Issue