]> xenbits.xensource.com Git - xen-guest-agent.git/commit
ci: add missing -L flag
authorYann Dirson <yann.dirson@vates.fr>
Wed, 10 Jan 2024 10:53:07 +0000 (11:53 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Mon, 22 Jan 2024 13:48:53 +0000 (14:48 +0100)
commit771bf3df876de248c8f1bc30f07c4433bc41fe11
tree1503e31f0df1b13ad4da7f7eb0e673845b59de11
parent67108a763093182d61cf4d18a074cfbd6e2051b7
ci: add missing -L flag

For some reason neither cross-rs nor pkg-config tells rustc that cross
libs do live in the sysroot.  Only a problem for static linking, since
that's the only use-case we have besides dlopen.

Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
.gitlab-ci.yml