Skip to content

Commit

Permalink
(workflows): update
Browse files Browse the repository at this point in the history
  • Loading branch information
vpashka committed Jan 6, 2024
1 parent 6ed0ee7 commit ccd3a65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
# ******** NOTE ********

name: "CodeQL"

on:
Expand All @@ -26,7 +14,7 @@ jobs:
name: Analyze
runs-on: ubuntu-latest
container:
image: alt:p10
image: alt:sisyphus

env:
CC: ccache gcc
Expand Down Expand Up @@ -66,7 +54,7 @@ jobs:
ccache git-core ccache gcc-c++ etersoft-build-utils catch-devel \
libcomedi-devel libmariadb-devel libpqxx-devel libsqlite3-devel \
libxml2-devel libsigc++2-devel libpoco-devel libev-devel libprotobuf-devel grpc-plugins libgrpc++-devel \
libmosquitto-devel libprotobuf-devel \
libmosquitto-devel \
xsltproc python3-dev python-module-distribute swig
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git-core ccache gcc-c++ etersoft-build-utils \
libcomedi-devel libmariadb-devel libpqxx-devel libsqlite3-devel \
libxml2-devel libsigc++2-devel libpoco-devel libev-devel libprotobuf-devel grpc-plugins libgrpc++-devel \
libmosquitto-devel libprotobuf-devel \
libmosquitto-devel \
libopen62541-devel libopen62541pp-devel \
libclickhouse-cpp-devel \
xsltproc python3-dev python-module-distribute swig iputils
Expand Down

0 comments on commit ccd3a65

Please sign in to comment.