File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 6363 git diff --ignore-space-at-eol --exit-code
6464
6565 container :
66- image : jsii/superchain:1-buster-slim-node16
66+ # 2023-01-04 release broke the build
67+ # ModuleNotFoundError: No module named 'pip._vendor.cachecontrol'
68+ # AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
69+ # image: jsii/superchain:1-buster-slim-node16
70+ image : jsii/superchain@sha256:59ec6f7ebea621ab099ceb1eb3a2ac0129a2062f570d78993a39a69b06f93ccb
Original file line number Diff line number Diff line change @@ -133,7 +133,11 @@ jobs:
133133 name : cdk-construct-dist
134134 path : packages/cdk-construct/dist
135135 container :
136- image : jsii/superchain:1-buster-slim-node16
136+ # 2023-01-04 release broke the build
137+ # ModuleNotFoundError: No module named 'pip._vendor.cachecontrol'
138+ # AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
139+ # image: jsii/superchain:1-buster-slim-node16
140+ image : jsii/superchain@sha256:59ec6f7ebea621ab099ceb1eb3a2ac0129a2062f570d78993a39a69b06f93ccb
137141
138142 #
139143 # Release Assets
@@ -211,4 +215,8 @@ jobs:
211215 NPM_TOKEN : ${{ secrets.NPMJSORG_PUBLISH_TOKEN }} # jsii-release requires NPM_TOKEN as an env var
212216
213217 container :
214- image : jsii/superchain:1-buster-slim-node16
218+ # 2023-01-04 release broke the build
219+ # ModuleNotFoundError: No module named 'pip._vendor.cachecontrol'
220+ # AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
221+ # image: jsii/superchain:1-buster-slim-node16
222+ image : jsii/superchain@sha256:59ec6f7ebea621ab099ceb1eb3a2ac0129a2062f570d78993a39a69b06f93ccb
You can’t perform that action at this time.
0 commit comments