Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
obs-packaging: Fix "make test-packaging-tools" failure
Browse files Browse the repository at this point in the history
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 [email protected]
  • Loading branch information
nitkon committed Sep 21, 2018
1 parent f66ecea commit a3080b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-packaging/scripts/obs-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a3080b8

Please sign in to comment.