Skip to content

Commit

Permalink
Gosh, why does Ubuntu have to be so stupid?
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Oct 10, 2024
1 parent 0e710d5 commit 3a2158d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/tour.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ grep -n . ipfs_client_clitester/conanfile.txt

echo Install dependencies.
sudo apt-get update
sudo apt-get install --yes cmake ninja-build binutils libc6{,-dev}
pip3 install conan
sudo apt-get install --yes cmake ninja-build binutils libc6{,-dev} pipx
pipx ensurepath
pipx install conan
conan profile detect || echo "Profile detection failed. Perhaps the default profile already existed - perhaps this user has already done some conan-based builds."
sed -i 's,compiler.cppstd=.*$,compiler.cppstd=20,' "$(conan profile path default)"
conan profile show
Expand Down
4 changes: 3 additions & 1 deletion .github/ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

echo Install dependencies
sudo apt-get update
sudo apt-get install --yes cmake ninja-build lcov binutils doxygen graphviz libc6{,-dev} valgrind
sudo apt-get install --yes cmake ninja-build lcov binutils doxygen graphviz libc6{,-dev} valgrind pipx
pipx ensurepath
pipx install conan
npm install -g @marp-team/marp-cli
g++ --version
clang++ --version
Expand Down

0 comments on commit 3a2158d

Please sign in to comment.