We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14fa0ea + d54d497 commit 8352599Copy full SHA for 8352599
azure-pipelines.yml
@@ -9,7 +9,7 @@ schedules:
9
# I wish there was a better way of doing this but shields.io removed their
10
# filter support for json path queries
11
variables:
12
- latest_ghidra: '11.2'
+ latest_ghidra: '11.2.1'
13
14
jobs:
15
- job: Build_Ghidra_Plugin
@@ -60,6 +60,10 @@ jobs:
60
ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.2_build/ghidra_11.2_PUBLIC_20240926.zip"
61
ghidraVersion: "11.2"
62
useJava21: true
63
+ ghidra1121:
64
+ ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.2.1_build/ghidra_11.2.1_PUBLIC_20241105.zip"
65
+ ghidraVersion: "11.2.1"
66
+ useJava21: true
67
pool:
68
vmImage: 'Ubuntu-22.04'
69
steps:
0 commit comments