Skip to content

Commit

Permalink
link xclbinutil
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Aug 18, 2024
1 parent c5bc7e3 commit 60ab046
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 861 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:
if: ${{ matrix.runs-on == 'nod-ai-shared-cpubuilder-manylinux-x86_64' }}
run: |
dnf install -y almalinux-release-devel
yum remove -y openssl-devel zlib-devel boost boost-all || true
yum install -y openssl-static
yum remove -y openssl-devel zlib-devel || true
yum install -y protobuf-devel protobuf-compiler
yum install -y boost-static
- name: Setup Cpp
uses: aminya/setup-cpp@v1
Expand All @@ -75,6 +73,7 @@ jobs:
boost_version: 1.78.0
platform_version: 2019
toolset: msvc
link: shared

- uses: actions/setup-python@v4
if: ${{ matrix.os == 'windows' }}
Expand Down
Loading

0 comments on commit 60ab046

Please sign in to comment.