Skip to content

Commit 460e487

Browse files
authored
chore: disable rosetta strict mode again (#25315)
Weird things are happening -- the build passes on PR builds but in the pipeline rosetta is failing. Not sure what's going on, but it's important that we get a release out so disable this for now.
1 parent 6b0b8e1 commit 460e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"metadata": {
103103
"jsii": {
104104
"rosetta": {
105-
"strict": true
105+
"strict": false
106106
}
107107
}
108108
}

0 commit comments

Comments
 (0)