Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix boost install step. #3832

Merged
merged 1 commit into from
Jul 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions boost.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: boost
version: 1.82.0
epoch: 1
epoch: 2
description: "A library for interacting with the Linux kernel's Berkeley Packet Filter (BPF) facility from user space"
copyright:
- license: "BSL-1.0"
Expand Down Expand Up @@ -95,9 +95,9 @@ pipeline:
"${{targets.destdir}}"/usr/share/licenses/${{package.name}}/LICENSE_1_0.txt

"${{targets.destdir}}"/usr/bin/b2 \
--includedir="$[{targets.destdir}]"/usr/include \
--libdir="${{targets.destdir}}"/usr/lib \
install
--includedir="${{targets.destdir}}"/usr/include \
--libdir="${{targets.destdir}}"/usr/lib \
install

- uses: strip

Expand Down