diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-10-24 22:32:05 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-10-24 22:32:05 -0400 |
commit | e9b343bcf44956c7d338d8344f2e43e9d609c963 (patch) | |
tree | 6cb681f032c9010e8f0a8abef915eb42f9649e5c /.gitlab-ci/render-msys2.sh | |
parent | fb88b14af9903226a7184d433b11ec201221474c (diff) | |
download | pango-e9b343bcf44956c7d338d8344f2e43e9d609c963.tar.gz |
Revert "Try again to debug win32 ci segfaults"
This reverts commit 154c2db37bfecc2d1c4a09b975ab6972b63bc9a8.
Diffstat (limited to '.gitlab-ci/render-msys2.sh')
-rw-r--r-- | .gitlab-ci/render-msys2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh index e117ee07..f81f0c60 100644 --- a/.gitlab-ci/render-msys2.sh +++ b/.gitlab-ci/render-msys2.sh @@ -2,4 +2,4 @@ set -e -PATH=_build/pango:$PATH gdb --command=./.gitlab-ci/gdb.txt --args _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt +PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt |