Skip to content

Commit fa82b7e

Browse files
authored
Remove TaurusTLS installation from lazarustestLinux.yml
Removed installation steps for TaurusTLS runtime package from the workflow.
1 parent 5da377f commit fa82b7e

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/lazarustestLinux.yml

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

32-
- name: Install TaurusTLS runtime package
33-
shell: bash
34-
run: |
35-
set -euo pipefail
36-
37-
sudo apt-get update
38-
sudo apt-get install -y git libssl-dev
39-
40-
git clone --depth 1 https://github.com/TurboPack/indy_extras.git "$RUNNER_TEMP/indy_extras"
41-
42-
TAURUS_LAZ_DIR="$RUNNER_TEMP/indy_extras/TaurusTLS/Packages/lazarus"
43-
44-
echo "Taurus Lazarus package dir: $TAURUS_LAZ_DIR"
45-
46-
test -f "$TAURUS_LAZ_DIR/taurustlsrt.lpk"
47-
48-
lazbuild --primary-config-path="$HOME/.lazarus" \
49-
--add-package-link="$TAURUS_LAZ_DIR/taurustlsrt.lpk"
50-
51-
lazbuild --primary-config-path="$HOME/.lazarus" \
52-
-B "$TAURUS_LAZ_DIR/taurustlsrt.lpk"
53-
5432
- name: Build the Main package on Linux
5533
run: lazbuild -B "CORE/Packages/Lazarus/RESTDataWareComponents.lpk"
5634

5735
- name: Build Indy package on Linux
5836
run: lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySockets.lpk"
5937

60-
- name: Build Taurus package on Linux
61-
run: lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySocketsTaurus.lpk"
62-
6338
- name: Build ShellServices package on Linux
6439
run: lazbuild -B "CORE/Packages/Lazarus/ShellTools/RESTDWShellServices.lpk"
6540

0 commit comments

Comments
 (0)