eitri-cli 1.9.0-beta.1 → 1.9.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,8 +45,8 @@ pipelines:
45
45
  - step: *runTests
46
46
  - step: *runRustTests
47
47
  '{beta,master}':
48
- - step: *runTests
49
- - step: *runRustTests
48
+ # - step: *runTests
49
+ # - step: *runRustTests
50
50
  - step:
51
51
  name: "Generation of a new version: beta or stable."
52
52
  caches:
@@ -57,13 +57,14 @@ pipelines:
57
57
  - apk add pkgconfig
58
58
  - apk add cargo
59
59
  - apk add mingw-w64-gcc
60
+ - apk add musl
60
61
  - apk add --no-cache build-base curl
61
62
  - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
62
63
  - export PATH="/root/.cargo/bin:${PATH}"
63
64
  - rustup --version
64
65
  - rustup target add x86_64-pc-windows-gnu
66
+ - rustup target add x86_64-unknown-linux-musl
65
67
  - cd eitri-cli-v2
66
- # RUSTFLAGS necessárias somente pra UNIX
67
68
  - RUSTFLAGS="-C target-feature=-crt-static" yarn install
68
69
  - yarn install:win32
69
70
  - rm -rf target
@@ -9,7 +9,6 @@ exclude = ["index.node"]
9
9
  crate-type = ["cdylib"]
10
10
 
11
11
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
-
13
12
  [dependencies]
14
13
  homedir = "0.2.1"
15
14
  httpmock = "0.7.0"
Binary file
Binary file
@@ -4,7 +4,7 @@
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "build": "cargo-cp-artifact -nc index.unix.node -- cargo build --message-format=json-render-diagnostics",
7
+ "build": "cargo-cp-artifact -nc index.unix.node -- cargo build --message-format=json-render-diagnostics --target x86_64-unknown-linux-musl",
8
8
  "build:win32": "cargo-cp-artifact -nc index.win32.node -- cargo build --message-format=json-render-diagnostics --target x86_64-pc-windows-gnu",
9
9
  "build-debug": "npm run build --",
10
10
  "build-release": "npm run build -- --release",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.9.0-beta.1",
3
+ "version": "1.9.0-beta.3",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {