1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Temporarily disable sesify viz step (#9841)

The sesify viz step of the build was broken in #9838 when
`eth-rpc-errors@4` was introduced to the project. `eth-rpc-errors@4`
uses inline sourcemaps without including the full source in the
sourcemap, which breaks `sesify`.

`sesify` has been fixed[1] (under its new name, `lavamoat-browserify`),
but it has been disabled temporarily until this fix is included in a
new release, and until we can update to use it.

[1]: https://github.com/LavaMoat/LavaMoat/pull/121
This commit is contained in:
Mark Stacey 2020-11-10 12:48:04 -03:30 committed by GitHub
parent a6cc2d3d7c
commit 5434d8d3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,9 +309,11 @@ jobs:
path: test-artifacts path: test-artifacts
destination: test-artifacts destination: test-artifacts
# important: generate sesify viz AFTER uploading builds as artifacts # important: generate sesify viz AFTER uploading builds as artifacts
- run: # Temporarily disabled until we can update to a version of `sesify` with
name: build:sesify-viz # this fix included: https://github.com/LavaMoat/LavaMoat/pull/121
command: ./.circleci/scripts/create-sesify-viz # - run:
# name: build:sesify-viz
# command: ./.circleci/scripts/create-sesify-viz
- store_artifacts: - store_artifacts:
path: build-artifacts path: build-artifacts
destination: build-artifacts destination: build-artifacts