From: Tomek Mrugalski Date: Tue, 21 Feb 2023 12:41:05 +0000 (+0100) Subject: [#2760] Python disabled, hammer build X-Git-Tag: Kea-2.3.8~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a58616098174b602fd23e7791e8b303942471fb;p=thirdparty%2Fkea.git [#2760] Python disabled, hammer build --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c0cc899ef1..ddda0d1b73 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,7 +21,8 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'cpp', 'python' ] + language: [ 'cpp' ] + # language: ['cpp', 'python'] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] steps: @@ -43,8 +44,18 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v2 + - name: Install dependencies + run: | + ./hammer.py prepare-system -p local + + - name: Inspect system CPU + run: cat /proc/cpuinfo + + - name: Build Kea + run: | + autoreconf -i + ./configure + make # ℹ️ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun