Skip to content

Commit

Permalink
Disable apt cache in linux workflow until performance issue gets reso…
Browse files Browse the repository at this point in the history
  • Loading branch information
endorxmr committed Jul 10, 2023
1 parent 15609ab commit 56a16c9
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ jobs:
# path: build/deps/dload
# key: deps-${{ hashFiles('build/deps/dload/*') }}
# restore-keys: deps-${{ hashFiles('build/deps/dload/*') }}
- name: Cache APT Packages
# You may pin to the exact commit or the version.
# uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
with:
# Space delimited list of packages to install. Version can be specified optionally using APT command syntax of <name>=<version> (e.g. xdot=1.2-2).
packages: at build-essential cmake ccache fswebcam gfortran gnuplot libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libboost-serialization-dev libboost-program-options-dev libboost-date-time-dev libboost-atomic-dev libeigen3-dev libffi-dev libgsl-dev libunittest++-dev libwxgtk3.0-gtk3-dev lm-sensors qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools r-base-dev rapidjson-dev python3-statsmodels python3-testresources
version: 1.0
# - name: Cache APT Packages
# # You may pin to the exact commit or the version.
# # uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962
# # TODO: update when this gets resolved: https://github.com/awalsh128/cache-apt-pkgs-action/pull/104
# uses: awalsh128/cache-apt-pkgs-action@v1.3.0
# with:
# # Space delimited list of packages to install. Version can be specified optionally using APT command syntax of <name>=<version> (e.g. xdot=1.2-2).
# packages: at build-essential cmake ccache fswebcam gfortran gnuplot libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libboost-serialization-dev libboost-program-options-dev libboost-date-time-dev libboost-atomic-dev libeigen3-dev libffi-dev libgsl-dev libunittest++-dev libwxgtk3.0-gtk3-dev lm-sensors qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools r-base-dev rapidjson-dev python3-statsmodels python3-testresources
# version: 1.0
- name: Cache pip packages
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -126,14 +127,14 @@ jobs:
# path: build/deps/dload
# key: deps-${{ hashFiles('build/deps/dload/*') }}
# restore-keys: deps-${{ hashFiles('build/deps/dload/*') }}
- name: Cache APT Packages
# You may pin to the exact commit or the version.
# uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
with:
# Space delimited list of packages to install. Version can be specified optionally using APT command syntax of <name>=<version> (e.g. xdot=1.2-2).
packages: at build-essential cmake ccache fswebcam gfortran gnuplot libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libboost-serialization-dev libboost-program-options-dev libboost-date-time-dev libboost-atomic-dev libeigen3-dev libffi-dev libgsl-dev libunittest++-dev libwxgtk3.0-gtk3-dev lm-sensors qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools r-base-dev rapidjson-dev python3-statsmodels python3-testresources
version: 1.0
# - name: Cache APT Packages
# # You may pin to the exact commit or the version.
# # uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962
# uses: awalsh128/cache-apt-pkgs-action@v1.3.0
# with:
# # Space delimited list of packages to install. Version can be specified optionally using APT command syntax of <name>=<version> (e.g. xdot=1.2-2).
# packages: at build-essential cmake ccache fswebcam gfortran gnuplot libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libboost-serialization-dev libboost-program-options-dev libboost-date-time-dev libboost-atomic-dev libeigen3-dev libffi-dev libgsl-dev libunittest++-dev libwxgtk3.0-gtk3-dev lm-sensors qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools r-base-dev rapidjson-dev python3-statsmodels python3-testresources
# version: 1.0
- name: Cache pip packages
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 56a16c9

Please sign in to comment.