Skip to content

Commit 59371e2

Browse files
CI: Run smoke tests on docker images (#16441)
Updates `distribution-scripts` dependency to crystal-lang/distribution-scripts@b7af456 This includes the following changes: * crystal-lang/distribution-scripts#392
1 parent 24ea999 commit 59371e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
distribution-scripts-version:
99
description: "Git ref for version of https://github.com/crystal-lang/distribution-scripts/"
1010
type: string
11-
default: "b6eef3f66ccb72a37026dcf306b37f1fc6da9de8"
11+
default: "b7af456b433ebf114769ad8eb4f2c51c56c26189"
1212
previous_crystal_base_url:
1313
description: "Prefix for URLs to Crystal bootstrap compiler"
1414
type: string
@@ -354,6 +354,7 @@ jobs:
354354
source build.env
355355
cd docker
356356
make all64 TARBALLS=/tmp/workspace/build/
357+
make smoke-all
357358
- persist_to_workspace:
358359
root: /tmp/workspace/distribution-scripts/docker/
359360
paths:

0 commit comments

Comments
 (0)