mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-23 09:47:25 +00:00
obs-packaging: Fix "make test-packaging-tools" failure
unable to prepare context, unable to evaluate symlinks in context path when building target test-packaging-tools on ppc64le. Fixes: #189 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
_obs_docker_packaging_repo_dir=$(cd $(basename "${BASH_SOURCE[0]}"/../..) && pwd)
|
||||
_obs_docker_packaging_repo_dir=$(cd $(dirname "${BASH_SOURCE[0]}") && cd ../.. && pwd)
|
||||
GO_ARCH=$(go env GOARCH)
|
||||
|
||||
docker_run() {
|
||||
|
Reference in New Issue
Block a user