Commit f3b41042 authored by sevenuz's avatar sevenuz Committed by Julius Athenstaedt
Browse files

ci dependencies

parent 1b488820
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,8 +63,8 @@ gkfs:
    #- sed -i 's/constexpr auto zero_buffer_before_read = false;/constexpr auto zero_buffer_before_read = true;/g' "${CI_PROJECT_DIR}/include/config.hpp"
    #- sed -i 's/constexpr auto implicit_data_removal = true;/constexpr auto implicit_data_removal = false;/g' "${CI_PROJECT_DIR}/include/config.hpp"
    # install libfuse
    - apt update
    - apt install libfuse3-dev fuse3
    - apt-get update
    - apt-get install -y libfuse3-dev fuse3
    # use ccache
    - ccache --zero-stats -M 750MiB -F 800 --evict-older-than 10d
    - /usr/sbin/update-ccache-symlinks
+4 −4

File changed.

Contains only whitespace changes.