Skip to content
Snippets Groups Projects
Commit e6b98052 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

The syncterm-cmake targets don't need cryptlib to be built first anymore.

parent 1b403165
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,6 @@ spec:
extends:
- .$[[ inputs.os ]]-build
script:
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/cryptlib.tgz"
- cd src/syncterm
- mkdir build
- cd build
......@@ -519,8 +518,6 @@ spec:
name: "syncterm-cmake-$[[ inputs.os ]]-$[[ inputs.platform ]]"
paths:
- "src/syncterm/build/syncterm*"
needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]"
rules:
- if: '"$[[ inputs.cross_platform ]]" == "yes"'
when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment