Skip to content

Commit

Permalink
ci: remove package version overwrites
Browse files Browse the repository at this point in the history
- The versions are defined in azure-pipelines.yml and the CI
scripts should all build using the specified version.

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 23, 2024
1 parent 1c86a04 commit be5834c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions CI/macOS/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set -ex

LIBIIO_VERSION=libiio-v0
GLOG_VERSION=v0.4.0

WORKDIR=$(pwd)

install_packages() {
Expand Down
1 change: 0 additions & 1 deletion CI/ubuntu/install_deps
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh -e

TOP_DIR=$(pwd)
LIBIIO_VERSION=libiio-v0

set -x

Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ variables:
REPO_SLUG: $(Build.Repository.Name)
CURRENT_COMMIT: $(Build.SourceVersion)
LIBIIO_VERSION: 'libiio-v0'
GLOG_VERSION: 'v0.4.0'

trigger:
- main
Expand Down

0 comments on commit be5834c

Please sign in to comment.