Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #485 from ZbayApp/fix/update-workflows
Browse files Browse the repository at this point in the history
Removed rust and neon leftovers
  • Loading branch information
vinkabuki authored Dec 10, 2021
2 parents 2c1377c + 016f627 commit 3e7404f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/buildMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
toolchain: nightly-2020-08-28
components: clippy
override: true
- name: install rustfmt
run: rustup component add rustfmt
- name: install dependencies
run: npm install
- name: pull tor binary
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/buildWin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
- name: pull tor binary
shell: bash
run: curl https://zbay-binaries.s3.us-east-2.amazonaws.com/win32/tor.exe --output ./tor/tor.exe
- name: download rust
shell: bash
run: curl https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe --output ./rustup-init.exe
- name: install rust
shell: bash
run: ./rustup-init.exe -y
- name: build on Windows
shell: bash
run: npm run build:prod
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sentryBuildMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
toolchain: nightly-2020-08-28
components: clippy
override: true
- name: install rustfmt
run: rustup component add rustfmt
- name: install dependencies
run: npm install
- name: pull tor binary
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/sentryBuildWin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
- name: pull tor binary
shell: bash
run: curl https://zbay-binaries.s3.us-east-2.amazonaws.com/win32/tor.exe --output ./tor/tor.exe
- name: download rust
shell: bash
run: curl https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe --output ./rustup-init.exe
- name: install rust
shell: bash
run: ./rustup-init.exe -y
- name: build on Windows
shell: bash
run: npm run build:prod
Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"distUbuntu": "export SOURCE_PATH=linux && npm run pullBinaries && npm run pullLibs && npm run build:prod && electron-builder --linux",
"distwin": "export SOURCE_PATH=win32 && npm run pullBinariesWin && npm run build:prod && electron-builder --win",
"lint": "eslint --ext .jsx,.js,.ts,.tsx ./src/",
"lint-fix": "eslint --fix --ext .jsx,.js,.ts,.tsx ./src/",
"type-check": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watchAll",
Expand All @@ -87,13 +86,6 @@
"start-testnet": "ZBAY_IS_TESTNET=1 npm run start:renderer",
"start:main": "cross-env NODE_ENV=development electron .",
"start:renderer": "cross-env NODE_ENV=development webpack-dev-server --config webpack/webpack.config.renderer.dev.js",
"mainnet": "docker-compose up znode-mainnet",
"testnet": "docker-compose up znode-testnet",
"neon": "electron-build-env neon build --release && npm run copyBinary",
"neonWin": "electron-build-env neon build --release && npm run copyBinaryWin",
"copyBinary": "cp native/index.node worker",
"copyBinaryWin": "move native\\index.node worker",
"neon-rebuild": "rm native/index.node && rm -rf native/target && rm native/Cargo.lock && npm run neon",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"start:e2e": "npm run build:prod && cross-env E2E_TEST=true NODE_ENV=development DEBUG='waggle*,zbay*,testcafe:*electron*' testcafe --color --hostname localhost -S --screenshots-full-page -p '${DATE}_${TIME}_${TEST_ID}.png' \"electron:.\" \"./**/*.e2e.ts\"",
Expand Down

0 comments on commit 3e7404f

Please sign in to comment.