mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
DynamicTablesPkg,.azurepipelines: Upgrade Node from 14.x to LTS 24.x
Apparently cspell was not properly working with the previous node version, which means some cspell failures have crept in, so we also introduce new required spellcheck exceptions: cavium2f644968bd/DynamicTablesPkg/Library/FdtHwInfoParserLib/Arm/Iort/SmmuV3Parser.c (L373)eventq2f644968bd/DynamicTablesPkg/Library/FdtHwInfoParserLib/Arm/Iort/SmmuV3Parser.c (L352)gerror2f644968bd/DynamicTablesPkg/Library/FdtHwInfoParserLib/Arm/Iort/SmmuV3Parser.c (L356)All introduced in954ee29013. Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Mike Beaton <mjsbeaton@gmail.com>
This commit is contained in:
parent
d22277be6e
commit
e15fd3af72
2 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ parameters:
|
|||
steps:
|
||||
- task: UseNode@1
|
||||
inputs:
|
||||
version: '14.x'
|
||||
version: '24.x'
|
||||
#checkLatest: false # Optional
|
||||
condition: and(gt(variables.pkg_count, 0), succeeded())
|
||||
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@
|
|||
"AMLDBG",
|
||||
"EISAID",
|
||||
"cacheablity",
|
||||
"cavium",
|
||||
"CCIDX",
|
||||
"CCSIDR",
|
||||
"cfmws",
|
||||
|
|
@ -110,7 +111,9 @@
|
|||
"deviceid",
|
||||
"EArch",
|
||||
"edynamic",
|
||||
"eventq",
|
||||
"EOBJECT",
|
||||
"gerror",
|
||||
"invoc",
|
||||
"ITARGETSR",
|
||||
"GTBLOCK",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue