Skip to content

Commit

Permalink
Some fixes (#91)
Browse files Browse the repository at this point in the history
* Update build-system shell script comments
* Remove duplicate upgrade-cli.sh
* Fix build-system: Only copy shell scripts to workspace
* Remove installing dependencies for target on init
  • Loading branch information
BjoernAtBosch authored Aug 23, 2024
1 parent 7798115 commit 4e67e3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# SPDX-License-Identifier: Apache-2.0

# Provides backward compatibility for all scripts and pipelines
# which use the bash variant.
# Keeping this script provides backward compatibility for all scripts and
# pipelines relying on it.

velocitas exec build-system build $@
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# SPDX-License-Identifier: Apache-2.0

# Provides backward compatibility for all scripts and pipelines
# which use the bash variant.
# Keeping this script provides backward compatibility for all scripts and
# pipelines relying on it.

velocitas exec build-system install $@
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
],
"files": [
{
"src": "./cpp-cmake-conan/src",
"src": "./cpp-cmake-conan/install",
"dst": ".",
"condition": "'${{ language }}' === 'cpp'"
}
Expand Down
2 changes: 0 additions & 2 deletions setup/src/cpp/common/scripts/setup-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ echo "#######################################################"
echo "### Install Dependencies ###"
echo "#######################################################"
velocitas exec build-system install 2>&1 | tee -a $HOME/install_dependencies.log
# Install dependencies for target release build
velocitas exec build-system install -x aarch64
81 changes: 0 additions & 81 deletions setup/src/cpp/common/scripts/upgrade-cli.sh

This file was deleted.

0 comments on commit 4e67e3e

Please sign in to comment.