This is an automated email from the ASF dual-hosted git repository.

eze pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new d3b271951 Update codeql.yml (#9202)
d3b271951 is described below

commit d3b27195175db3e961cdb7d897fe9feebc75d14e
Author: Evan Zelkowitz <e...@apache.org>
AuthorDate: Wed Nov 16 14:51:11 2022 -0700

    Update codeql.yml (#9202)
    
    Add dependencies to build plugins and enable experimental
---
 .github/workflows/codeql.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index fe72d00d1..697c2e1c6 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -37,7 +37,9 @@ jobs:
     steps:
     - name: Checkout repository
       uses: actions/checkout@v3
-
+    - name: Install dependencies
+      run: |
+        sudo apt install libmagick++-dev libncurses-dev libpcre2-dev 
libbrotli-dev libluajit-5.1-dev luajit libjansson-dev libcjose-dev 
libmaxminddb-dev libgeoip-dev
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
       uses: github/codeql-action/init@v2
@@ -65,9 +67,8 @@ jobs:
     - run: |
          echo "Run, Build Application using script"
          autoreconf -fiv
-         ./configure
-         make -j
-
+         ./configure --enable-experimental-plugins
+         make
     - name: Perform CodeQL Analysis
       uses: github/codeql-action/analyze@v2
       with:

Reply via email to