Skip to content

Commit

Permalink
Remove non-working CI cache (polkadot-js#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Mar 15, 2020
1 parent d595eb4 commit 82addc4
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 165 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: lint
run: |
yarn install --immutable | grep -v 'YN0013'
Expand All @@ -41,16 +31,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: test
run: |
yarn install --immutable | grep -v 'YN0013'
Expand All @@ -68,16 +48,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --immutable | grep -v 'YN0013'
Expand All @@ -95,16 +65,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --immutable | grep -v 'YN0013'
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: build
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand All @@ -54,16 +44,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: build
env:
GH_PAT: ${{ secrets.GH_PAT }}
Expand Down
58 changes: 0 additions & 58 deletions .yarn/releases/yarn-berry.js

This file was deleted.

50 changes: 50 additions & 0 deletions .yarn/releases/yarn-rc.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
enableImmutableInstalls: false

enableProgressBars: false

nodeLinker: node-modules
Expand All @@ -7,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.js
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-berry.js
yarnPath: .yarn/releases/yarn-rc.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@babel/core": "^7.8.7",
"@babel/register": "^7.8.6",
"@babel/runtime": "^7.8.7",
"@polkadot/dev": "^0.50.31",
"@polkadot/ts": "^0.3.8",
"@polkadot/dev": "^0.50.33",
"@polkadot/ts": "^0.3.10",
"@polkadot/typegen": "workspace:packages/typegen",
"copyfiles": "^2.2.0"
}
Expand Down
88 changes: 44 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2536,25 +2536,25 @@ __metadata:
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@babel/runtime": ^7.8.7
"@polkadot/api": 1.7.0-beta.9
"@polkadot/rpc-core": 1.7.0-beta.9
"@polkadot/types": 1.7.0-beta.9
"@polkadot/api": 1.7.0-beta.10
"@polkadot/rpc-core": 1.7.0-beta.10
"@polkadot/types": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
bn.js: ^5.1.1
rxjs: ^6.5.4
languageName: unknown
linkType: soft

"@polkadot/[email protected].9, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/[email protected].10, @polkadot/api-derive@workspace:packages/api-derive":
version: 0.0.0-use.local
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
dependencies:
"@babel/runtime": ^7.8.7
"@polkadot/api": 1.7.0-beta.9
"@polkadot/api": 1.7.0-beta.10
"@polkadot/keyring": ^2.6.2
"@polkadot/rpc-core": 1.7.0-beta.9
"@polkadot/rpc-provider": 1.7.0-beta.9
"@polkadot/types": 1.7.0-beta.9
"@polkadot/rpc-core": 1.7.0-beta.10
"@polkadot/rpc-provider": 1.7.0-beta.10
"@polkadot/types": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
"@polkadot/util-crypto": ^2.6.2
bn.js: ^5.1.1
Expand All @@ -2563,17 +2563,17 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].9, @polkadot/api@workspace:packages/api":
"@polkadot/[email protected].10, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@babel/runtime": ^7.8.7
"@polkadot/api-derive": 1.7.0-beta.9
"@polkadot/api-derive": 1.7.0-beta.10
"@polkadot/keyring": ^2.6.2
"@polkadot/metadata": 1.7.0-beta.9
"@polkadot/rpc-core": 1.7.0-beta.9
"@polkadot/rpc-provider": 1.7.0-beta.9
"@polkadot/types": 1.7.0-beta.9
"@polkadot/metadata": 1.7.0-beta.10
"@polkadot/rpc-core": 1.7.0-beta.10
"@polkadot/rpc-provider": 1.7.0-beta.10
"@polkadot/types": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
"@polkadot/util-crypto": ^2.6.2
bn.js: ^5.1.1
Expand All @@ -2582,9 +2582,9 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/dev@npm:^0.50.31":
version: 0.50.31
resolution: "@polkadot/dev@npm:0.50.31"
"@polkadot/dev@npm:^0.50.33":
version: 0.50.35
resolution: "@polkadot/dev@npm:0.50.35"
dependencies:
"@babel/cli": ^7.8.4
"@babel/core": ^7.8.7
Expand Down Expand Up @@ -2666,16 +2666,16 @@ __metadata:
polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.js
polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.js
polkadot-exec-webpack: scripts/polkadot-exec-webpack.js
checksum: 2/33b76f85de371410f6e44b5281ba4bfcf8d738cda393097cb1b0de213e0a819fa48c7efc177365f02371c079f72fd0b56146c31426d91d1de74e633be333b864
checksum: 2/b083a64079ee709c1d2601d7abb296f0f0230977a804014768e52202d23f8d63668cb6f16d0eb3e53935ecc420dc9f7410f4b91aa26fe14acc86a42c83a04686
languageName: node
linkType: hard

"@polkadot/[email protected].9, @polkadot/jsonrpc@workspace:packages/jsonrpc":
"@polkadot/[email protected].10, @polkadot/jsonrpc@workspace:packages/jsonrpc":
version: 0.0.0-use.local
resolution: "@polkadot/jsonrpc@workspace:packages/jsonrpc"
dependencies:
"@babel/runtime": ^7.8.7
"@polkadot/types": 1.7.0-beta.9
"@polkadot/types": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
languageName: unknown
linkType: soft
Expand All @@ -2691,44 +2691,44 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/[email protected].9, @polkadot/metadata@workspace:packages/metadata":
"@polkadot/[email protected].10, @polkadot/metadata@workspace:packages/metadata":
version: 0.0.0-use.local
resolution: "@polkadot/metadata@workspace:packages/metadata"
dependencies:
"@babel/runtime": ^7.8.7
"@polkadot/keyring": ^2.6.2
"@polkadot/types": 1.7.0-beta.9
"@polkadot/types": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
"@polkadot/util-crypto": ^2.6.2
bn.js: ^5.1.1
languageName: unknown
linkType: soft

"@polkadot/[email protected].9, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/[email protected].10, @polkadot/rpc-core@workspace:packages/rpc-core":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
dependencies:
"@babel/runtime": ^7.8.7
"@polkadot/jsonrpc": 1.7.0-beta.9
"@polkadot/jsonrpc": 1.7.0-beta.10
"@polkadot/keyring": ^2.6.2
"@polkadot/metadata": 1.7.0-beta.9
"@polkadot/rpc-provider": 1.7.0-beta.9
"@polkadot/types": 1.7.0-beta.9
"@polkadot/metadata": 1.7.0-beta.10
"@polkadot/rpc-provider": 1.7.0-beta.10
"@polkadot/types": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
memoizee: ^0.4.14
rxjs: ^6.5.4
languageName: unknown
linkType: soft

"@polkadot/[email protected].9, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/[email protected].10, @polkadot/rpc-provider@workspace:packages/rpc-provider":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
dependencies:
"@babel/runtime": ^7.8.7
"@polkadot/jsonrpc": 1.7.0-beta.9
"@polkadot/jsonrpc": 1.7.0-beta.10
"@polkadot/keyring": ^2.6.2
"@polkadot/metadata": 1.7.0-beta.9
"@polkadot/types": 1.7.0-beta.9
"@polkadot/metadata": 1.7.0-beta.10
"@polkadot/types": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
"@polkadot/util-crypto": ^2.6.2
bn.js: ^5.1.1
Expand All @@ -2740,12 +2740,12 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/ts@npm:^0.3.8":
version: 0.3.8
resolution: "@polkadot/ts@npm:0.3.8"
"@polkadot/ts@npm:^0.3.10":
version: 0.3.10
resolution: "@polkadot/ts@npm:0.3.10"
dependencies:
"@types/chrome": ^0.0.100
checksum: 2/252e254c4f2fef159623c98dc4e1fe7f4f47ebff9ca6ae0b6682b944fdb1221e3d0cd2dd735b44b5ea65b8d1d7ec6a28ad01edad471d8fe5bb80928b01496024
checksum: 2/f3469cc60371ce60d92c028e25c39f5c3cd89868bf2e2d57acaac81483fddf019fb8e078ae1516adb495a600ac367c43817fe420e2f50e2b9294edfcb57bb9fd
languageName: node
linkType: hard

Expand All @@ -2756,11 +2756,11 @@ __metadata:
"@babel/core": ^7.8.7
"@babel/register": ^7.8.6
"@babel/runtime": ^7.8.7
"@polkadot/api": 1.7.0-beta.9
"@polkadot/jsonrpc": 1.7.0-beta.9
"@polkadot/metadata": 1.7.0-beta.9
"@polkadot/rpc-provider": 1.7.0-beta.9
"@polkadot/types": 1.7.0-beta.9
"@polkadot/api": 1.7.0-beta.10
"@polkadot/jsonrpc": 1.7.0-beta.10
"@polkadot/metadata": 1.7.0-beta.10
"@polkadot/rpc-provider": 1.7.0-beta.10
"@polkadot/types": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
"@types/websocket": ^1.0.0
"@types/yargs": ^15.0.4
Expand All @@ -2775,13 +2775,13 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].9, @polkadot/types@workspace:packages/types":
"@polkadot/[email protected].10, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@babel/runtime": ^7.8.7
"@polkadot/keyring": ^2.6.2
"@polkadot/metadata": 1.7.0-beta.9
"@polkadot/metadata": 1.7.0-beta.10
"@polkadot/util": ^2.6.2
"@polkadot/util-crypto": ^2.6.2
"@types/bn.js": ^4.11.6
Expand Down Expand Up @@ -15296,8 +15296,8 @@ __metadata:
"@babel/core": ^7.8.7
"@babel/register": ^7.8.6
"@babel/runtime": ^7.8.7
"@polkadot/dev": ^0.50.31
"@polkadot/ts": ^0.3.8
"@polkadot/dev": ^0.50.33
"@polkadot/ts": ^0.3.10
"@polkadot/typegen": "workspace:packages/typegen"
copyfiles: ^2.2.0
languageName: unknown
Expand Down

0 comments on commit 82addc4

Please sign in to comment.