Skip to content

Commit 1b8773a

Browse files
authored
Merge pull request #776 from LaurentGoderre/fix-774
Fixed the test build for chakracore
2 parents 6173c7f + 218c30f commit 1b8773a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ for version in "${versions[@]}"; do
6363
tag=$(get_tag "${version}")
6464
full_version=$(get_full_version "${version}")
6565

66+
# Required for chakracore
67+
if [ -f "${version}/Dockerfile" ]; then
68+
build "${version}" "default" "${tag}"
69+
fi
70+
6671
# Get supported variants according to the target architecture.
6772
# See details in function.sh
6873
IFS=' ' read -ra variants <<<"$(get_variants "$(dirname "${version}")" "${variant_arg[@]}")"

0 commit comments

Comments
 (0)