diff --git a/.circleci/config.yml b/.circleci/config.yml index ce12a57f50..a936e1eec6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,8 +48,7 @@ jobs: - run: npm install - run: npm run lint # - run: npm run lint remix-ide-e2e - - run: npm run build:libs - - run: npm run downloadsolc_root + - run: npm run build:libs - run: npm run build - run: name: Download Selenium @@ -87,7 +86,6 @@ jobs: - run: npm run lint # - run: npm run lint remix-ide-e2e - run: npm run build:libs - - run: npm run downloadsolc_root - run: npm run build - run: name: Download Selenium @@ -130,7 +128,6 @@ jobs: - run: npm run lint # - run: npm run lint remix-ide-e2e - run: npm run build:libs - - run: npm run downloadsolc_root - run: npm run build - run: name: Download Selenium @@ -167,7 +164,6 @@ jobs: - run: npm install - run: npm run lint - run: npm run build:libs - - run: npm run downloadsolc_root - run: npm run build - run: name: Deploy @@ -197,7 +193,6 @@ jobs: - setup_remote_docker - run: npm install - run: npm run build:libs - - run: npm run downloadsolc_root - run: npm run build - run: ./apps/remix-ide/ci/copy_resources.sh - run: ./apps/remix-ide/ci/publishIpfs @@ -224,7 +219,6 @@ jobs: - run: npm install - run: npm run lint - run: npm run build:libs - - run: npm run downloadsolc_root - run: npm run build - run: name: Deploy @@ -254,7 +248,6 @@ jobs: - run: npm install - run: npm run lint - run: npm run build:libs - - run: npm run downloadsolc_root - run: npm run build - run: name: Deploy diff --git a/apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js b/apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js index ca8583f506..80fd3d4c08 100644 --- a/apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js +++ b/apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js @@ -22,7 +22,7 @@ class CompilerContainer { timeout: 300, allversions: null, selectedVersion: null, - defaultVersion: 'soljson-v0.7.4+commit.3f05b770.js' // this default version is defined: in makeMockCompiler (for browser test) and in package.json (downloadsolc_root) for the builtin compiler + defaultVersion: 'soljson-v0.7.4+commit.3f05b770.js' // this default version is defined: in makeMockCompiler (for browser test) } } @@ -209,6 +209,7 @@ class CompilerContainer { this._view.versionSelector = yo` ` this._view.languageSelector = yo`