mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
Meta: Rename BuildIt.sh
to BuildGNU.sh
Bring it in line with `Toolchain/BuildClang.sh`.
This commit is contained in:
parent
867e04768e
commit
5ff80b60cf
7 changed files with 13 additions and 13 deletions
|
@ -26,7 +26,7 @@ steps:
|
|||
- ${{ if eq(parameters.toolchain, 'gcc') }}:
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: '"toolchain" | "${{ parameters.arch }}" | Toolchain/BuildIt.sh | Toolchain/Patches/binutils/*.patch | Toolchain/Patches/gcc/*.patch | Userland/Libraries/LibC/**/*.h'
|
||||
key: '"toolchain" | "${{ parameters.arch }}" | Toolchain/BuildGNU.sh | Toolchain/Patches/binutils/*.patch | Toolchain/Patches/gcc/*.patch | Userland/Libraries/LibC/**/*.h'
|
||||
path: $(Build.SourcesDirectory)/Toolchain/Cache
|
||||
displayName: 'Toolchain Prebuilt Cache'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue