Skip to content

Commit 5b5422a

Browse files
authored
Remove TaurusTLS package installation and build steps
Removed installation steps for TaurusTLS runtime package and the build step for the Taurus package.
1 parent fa82b7e commit 5b5422a

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/lazarustestWindows.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,34 +29,12 @@ jobs:
2929
include-packages: "Indy10, ZeosDBO"
3030
with-cache: false
3131

32-
- name: Install TaurusTLS runtime package
33-
shell: pwsh
34-
run: |
35-
$ErrorActionPreference = "Stop"
36-
37-
git clone --depth 1 https://github.com/TurboPack/indy_extras.git "$env:RUNNER_TEMP\indy_extras"
38-
39-
$TaurusLazDir = Join-Path $env:RUNNER_TEMP "indy_extras\TaurusTLS\Packages\lazarus"
40-
$TaurusRtPkg = Join-Path $TaurusLazDir "taurustlsrt.lpk"
41-
42-
Write-Host "Taurus Lazarus package dir: $TaurusLazDir"
43-
44-
if (-not (Test-Path $TaurusRtPkg)) {
45-
throw "Arquivo taurustlsrt.lpk não encontrado em: $TaurusRtPkg"
46-
}
47-
48-
lazbuild "--primary-config-path=$env:USERPROFILE\AppData\Local\lazarus" "--add-package-link=$TaurusRtPkg"
49-
lazbuild "--primary-config-path=$env:USERPROFILE\AppData\Local\lazarus" -B "$TaurusRtPkg"
50-
5132
- name: Build the Main package on Windows
5233
run: lazbuild -B "CORE/Packages/Lazarus/RESTDataWareComponents.lpk"
5334

5435
- name: Build Indy package on Windows
5536
run: lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySockets.lpk"
5637

57-
- name: Build Taurus package on Windows
58-
run: lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySocketsTaurus.lpk"
59-
6038
- name: Build ShellServices package on Windows
6139
run: lazbuild -B "CORE/Packages/Lazarus/ShellTools/RESTDWShellServices.lpk"
6240

0 commit comments

Comments
 (0)