Skip to content

Commit

Permalink
IDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Petrov committed Nov 27, 2024
1 parent a558860 commit dbb0f44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/analysis_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
python -m asv gh-pages -v --rewrite
code_coverage:
needs: [cibw_docker_image]
runs-on: "ubuntu-22.04"
container:
image: quay.io/pypa/manylinux_2_28_x86_64:latest
Expand Down Expand Up @@ -129,7 +128,7 @@ jobs:
- name: Install deps
run: |
yum update -y
yum install -y zip flex bison gcc-toolset-11-gdb gcc-toolset-10-libatomic-devel krb5-devel cyrus-sasl-devel openssl-devel \
yum install -y zip flex bison gcc-toolset-10-gdb gcc-toolset-10-libatomic-devel krb5-devel cyrus-sasl-devel openssl-devel \
unzip tar epel-release jq wget libcurl-devel python3 \
python3-devel python3-pip perl-IPC-Cmd
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
unzip tar epel-release jq wget libcurl-devel python3 \
python3-devel python3-pip perl-IPC-Cmd
export CMAKE_C_COMPILER=/opt/rh/gcc-toolset-10/root/bin/gcc
export CMAKE_CXX_COMPILER=/opt/rh/gcc-toolset-10/root/bin/g++
export LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst:${LD_LIBRARY_PATH}
export PATH=/opt/rh/gcc-toolset-10/root/usr/bin:${PATH}
yum install -y mono-complete
yum clean all
Expand Down

0 comments on commit dbb0f44

Please sign in to comment.