Skip to content

Commit

Permalink
{Build} Continous Integration - Pangolin (#101)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #101

Use the last version of Pangolin known to work.
- Recent Pangolin is introducing using `epoxy` library and broke build for ubuntu stevenlovegrove/Pangolin@661500c#diff-c55fb07b54826ed2f13b4d62ca8a866e6c623c0f5482f586882dd101c328f92bR123

Reviewed By: nickcharron

Differential Revision: D58072840

fbshipit-source-id: 2853686609811f9584c9af66d50c58ebb8933286
  • Loading branch information
SeaOtocinclus authored and facebook-github-bot committed Jun 3, 2024
1 parent 85ce967 commit 63c4272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
# Build and install Pangolin (optional)
cd /tmp; git clone https://github.com/stevenlovegrove/Pangolin.git \
&& cd Pangolin && git checkout d25ec009bd5cd9ac4b4a2b6750fec5093c46d601 && cd .. \
&& mkdir Pangolin_Build && cd Pangolin_Build \
&& cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=OFF -DBUILD_PANGOLIN_PYTHON=OFF -DBUILD_EXAMPLES=OFF ../Pangolin/ \
&& sudo make -j$thread install;
Expand Down

0 comments on commit 63c4272

Please sign in to comment.