skipping non-bundled plugins and the sources archive to spare GitHub runner's disk space

(cherry picked from commit 8b12ade8810263af4d9fe0ecd2311566f63caa47)

IJ-CR-182839

GitOrigin-RevId: 241e04df148252d8d337198eff5ee3c3aa122271
This commit is contained in:
Dmitriy.Panov
2025-11-19 16:38:09 +00:00
committed by intellij-monorepo-bot
parent 4a0e3c26de
commit 46ade36a45
@@ -19,6 +19,8 @@ object OpenSourceCommunityInstallersBuildTarget {
// never published from .github/workflows/IntelliJ_IDEA.yml
buildStepsToSkip += BuildOptions.WINDOWS_ZIP_STEP
buildStepsToSkip += BuildOptions.CROSS_PLATFORM_DISTRIBUTION_STEP
buildStepsToSkip += BuildOptions.SOURCES_ARCHIVE_STEP
buildStepsToSkip += BuildOptions.ARCHIVE_PLUGINS
if (OsFamily.currentOs == OsFamily.MACOS) {
// generally not needed; doesn't work well on build agents
buildStepsToSkip += BuildOptions.WINDOWS_EXE_INSTALLER_STEP