@@ -36,7 +36,7 @@ mainBuildFilters: &mainBuildFilters
36
36
only :
37
37
- develop
38
38
- /^release\/\d+\.\d+\.\d+$/
39
- - feat/implement_bidi
39
+ - ryanm/chore/fix-binary-due-to-proxy-from-env
40
40
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
41
41
- ' update-v8-snapshot-cache-on-develop'
42
42
- ' ryanm/chore/add_internal_studio'
@@ -50,7 +50,7 @@ macWorkflowFilters: &darwin-workflow-filters
50
50
- equal : [ develop, << pipeline.git.branch >> ]
51
51
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
52
52
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
53
- - equal : [ 'feat/implement_bidi ', << pipeline.git.branch >> ]
53
+ - equal : [ 'ryanm/chore/fix-binary-due-to-proxy-from-env ', << pipeline.git.branch >> ]
54
54
- matches :
55
55
pattern : /^release\/\d+\.\d+\.\d+$/
56
56
value : << pipeline.git.branch >>
@@ -61,7 +61,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
61
61
- equal : [ develop, << pipeline.git.branch >> ]
62
62
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
63
63
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
64
- - equal : [ 'feat/implement_bidi ', << pipeline.git.branch >> ]
64
+ - equal : [ 'ryanm/chore/fix-binary-due-to-proxy-from-env ', << pipeline.git.branch >> ]
65
65
- matches :
66
66
pattern : /^release\/\d+\.\d+\.\d+$/
67
67
value : << pipeline.git.branch >>
@@ -84,7 +84,7 @@ windowsWorkflowFilters: &windows-workflow-filters
84
84
- equal : [ develop, << pipeline.git.branch >> ]
85
85
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
86
86
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
87
- - equal : [ 'mschile/studio/windows_url_fix ', << pipeline.git.branch >> ]
87
+ - equal : [ 'ryanm/chore/fix-binary-due-to-proxy-from-env ', << pipeline.git.branch >> ]
88
88
- matches :
89
89
pattern : /^release\/\d+\.\d+\.\d+$/
90
90
value : << pipeline.git.branch >>
@@ -160,7 +160,7 @@ commands:
160
160
name : Set environment variable to determine whether or not to persist artifacts
161
161
command : |
162
162
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
163
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feat/implement_bidi " ]]; then
163
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "ryanm/chore/fix-binary-due-to-proxy-from-env " ]]; then
164
164
export SHOULD_PERSIST_ARTIFACTS=true
165
165
fi' >> "$BASH_ENV"
166
166
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
@@ -251,7 +251,7 @@ commands:
251
251
command : |
252
252
source ./scripts/ensure-node.sh
253
253
# Minification takes some time. We only really need to do that for the binary (and we regenerate snapshots separately there)
254
- V8_SNAPSHOT_DISABLE_MINIFY=1 yarn build-v8-snapshot-prod
254
+ V8_UPDATE_METAFILE=1 V8_SNAPSHOT_DISABLE_MINIFY=1 yarn build-v8-snapshot-prod
255
255
- prepare-modules-cache # So we don't throw these in the workspace cache
256
256
- persist_to_workspace :
257
257
root : ~/
0 commit comments