Skip to content

Commit 4be313c

Browse files
committed
Pin jsii/superchain version
1 parent 8adc7da commit 4be313c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/jsii.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)