summaryrefslogtreecommitdiff
path: root/.github/actions/linux-build
AgeCommit message (Collapse)Author
2025-03-02fix(CI/linux-build): use correct OS name for cache key (#21640)sudlud
2025-02-15fix(CI/nopch-module-build): ensure build continues after errors (#21457)sudlud
2024-12-25feat(CI/linux-build): introduce option to set maxerrors for compilation (#21022)sudlud
2024-07-20fix(CI): tools (#19453)Kitzunu
* fix(CI): tools * Update tools_build.yml * I dont think this is neccessary. Let's see if CI agrees with me
2024-07-07fix(CI): linux-build: add -Werror parameter (#19240)sudlud
* fix(CI): linux-build: add -Werror parameter * add KI tzunu * Revert "feat(CI): enable fail-fast for pch/nopch (#19058)" This reverts commit 564cbca7d37768d78a2b9e90467aad2204e1650b. * Update midsummer.cpp - drop unused variable * initialize variable * Update core-build-nopch.yml - drop gcc12 * fix(Core/CalendarMgr): do not use element after delete, but before * attempt to fix Socket.h error * Revert "attempt to fix Socket.h error" This reverts commit c1a59145ed3c49d0f76be2f81925434ea969db97. * fix Socket.h error - attempt 2 * Update Socket.h * Update Socket.h * npc_shattrath_daily_quest: init variable templateID * fix(Scripts/Karazhan): use size_t within loop in boss_shade_of_aran:Reset() * boss_archimonde: drop unused variable * Revert "fix(Scripts/Karazhan): use size_t within loop in boss_shade_of_aran:Reset()" This reverts commit 1f71aaef256990c5cdc16561676be302c954ea9d. * SmartScripts: SMART_TARGET_RANDOM_POINT: fix unintended fallthrough * Revert "Revert "feat(CI): enable fail-fast for pch/nopch (#19058)"" This reverts commit d13df293624e0f50d9374272bfd05ab56242511d. --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-06-25fix(CI): fix Error.log check (#19161)sudlud
2024-06-01fix(CI): fix ubuntu-24.04 build (#18984)sudlud
fix(CI): try to fix ubuntu-24.04 build
2024-05-19fix(CI): bump dependencies for usage of Node.js 20 (#18914)sudlud
2024-04-05fix(CI): Don't cache pch builds (#18674)Mike Delago
2024-03-29Fix(CI): Don't use PCH on nopch builds (#18627)Mike Delago
gha yaml makes me want to scream
2024-03-27feat(CI): rework core ubuntu build, ubuntu-22 support (#17281)Mike Delago
feat(CI): rework core ubuntu build