This commit is contained in:
parent
8603182caf
commit
40e094f7eb
2 changed files with 10 additions and 6 deletions
|
|
@ -295,9 +295,9 @@ jobs:
|
|||
rsync -a --delete content/ /deploy-app/content/
|
||||
# The server links libmsquic as a SHARED lib out of crafter-build's
|
||||
# external cache; the RUNPATH into that cache only exists on this
|
||||
# build machine. The binary carries an $ORIGIN rpath (project.cpp),
|
||||
# so the .so must travel with it. install dereferences the
|
||||
# libmsquic.so.2 -> .so.2.x.y symlink into a regular file.
|
||||
# build machine. The binary carries an rpath to /srv/catcrafts-app
|
||||
# (project.cpp), so the .so must travel with it. install dereferences
|
||||
# the libmsquic.so.2 -> .so.2.x.y symlink into a regular file.
|
||||
MSQ=$(find ~/.cache/crafter.build/external -name 'libmsquic.so.2*' -type f | head -1)
|
||||
if [ -z "$MSQ" ]; then
|
||||
echo "ERROR: libmsquic.so.2 not found in the external build cache." >&2
|
||||
|
|
|
|||
Loading…
Reference in a new issue