Skip to content

Commit 8cebbfb

Browse files
authored
Merge pull request #558 from dennisameling/build-installers-arm64
ARM64: Install clang on build-installers flavor
2 parents ff5d9f1 + 9303ff2 commit 8cebbfb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

dist/index.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ async function installArm64Dependencies(
3838
'mingw-w64-clang-aarch64-pcre2',
3939
'mingw-w64-clang-aarch64-libssp'
4040
]
41-
if (flavor === 'full' || flavor === 'makepkg-git') {
41+
if (
42+
flavor === 'full' ||
43+
flavor === 'makepkg-git' ||
44+
flavor === 'build-installers'
45+
) {
4246
packages.push(
4347
'mingw-w64-clang-aarch64-toolchain',
4448
'mingw-w64-clang-aarch64-asciidoc'

0 commit comments

Comments
 (0)