Skip to content

Commit

Permalink
[ci] Remove bundled volk
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Jul 20, 2024
1 parent 5d9b6a7 commit f29ed26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
libwayland-dev \
libx11-dev \
libx11-xcb-dev \
libxkbcommon-dev \
libxcb-dri3-dev \
libxcb-icccm4-dev \
libxcb-image0-dev \
Expand All @@ -76,7 +77,6 @@ jobs:
libxcb-shape0-dev \
libxcb-sync-dev \
libxcb-util-dev \
libxkbcommon-dev \
libxcb-xfixes0-dev \
libxcb-xinerama0-dev \
libxcb-xkb-dev \
Expand All @@ -100,6 +100,8 @@ jobs:
rm -rf vulkansdk.tar.xz
# runtime depenedencies
apt-get -y install qtbase5-dev libxcb-xinput0 libxcb-xinerama0
# remove bundled volk
rm -rf ${{ env.INEXOR_VULKAN_SDK_PATH }}/${{ env.INEXOR_VULKAN_VERSION }}/x86_64/lib/cmake/volk/
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ FetchContent_MakeAvailable(tinygltf)
FetchContent_MakeAvailable(toml)
FetchContent_MakeAvailable(vma)
FetchContent_MakeAvailable(volk)
# FetchContent_MakeAvailable(Vulkan)

target_link_libraries(inexor-vulkan-renderer
PUBLIC
Expand All @@ -148,6 +147,5 @@ target_link_libraries(inexor-vulkan-renderer
spdlog::spdlog_header_only
tinygltf
toml11::toml11
volk::volk
Vulkan::Headers
volk::volk_headers
VulkanMemoryAllocator)

0 comments on commit f29ed26

Please sign in to comment.