Skip to content

Commit

Permalink
proper version for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Dec 27, 2024
1 parent 3200f03 commit ea47256
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
cc: aarch64-linux-musl-gcc
cxx: aarch64-linux-musl-g++
env:
CC: gcc-10
CXX: g++-10
CC: gcc
CXX: g++
CONAN_USER_HOME: "${{github.workspace}}"
steps:
- name: Install sccache from cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

env:
CC: gcc-10
CXX: g++-10
CC: gcc
CXX: g++
CONAN_USER_HOME: "${{github.workspace}}"

steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN \
apt-get update && \
apt-get upgrade --yes --force-yes && \
apt-get install --yes --force-yes --no-install-recommends ${BUILD_DEPS} && \
pip3 install "conan==1.64.1"
pip3 install "conan==1.66.0"

# need git for current hash for VERSION
COPY ./.git/ /pktvisor-src/.git/
Expand Down

0 comments on commit ea47256

Please sign in to comment.