Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: browsermt/bergamot-translator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b32ce5e480be185842b7e3c0d87690ebd53e4a1a
Choose a base ref
..
head repository: browsermt/bergamot-translator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 903298481178645881378c2bda190bfdd9a58bd1
Choose a head ref
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ version: 2.1
jobs:
build-with-wormhole:
docker:
- image: 'emscripten/emsdk:2.0.9'
- image: 'emscripten/emsdk:3.1.8'
resource_class: medium

working_directory: ~/checkout
@@ -48,7 +48,7 @@ jobs:

build-without-wormhole:
docker:
- image: 'emscripten/emsdk:2.0.9'
- image: 'emscripten/emsdk:3.1.8'
resource_class: medium

working_directory: ~/checkout
Loading