Skip to content

Commit

Permalink
FIX work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Nov 7, 2024
1 parent e5820f5 commit a9707f9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,8 @@ jobs:
- if: matrix.build-mode == 'manual'
shell: bash
run: |
# Based in https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/admin/build_source.md#debian-12-officially-supported
#echo 'If you are using a "manual" build mode for one or more of the' \
# 'languages you are analyzing, replace this with the commands to build' \
# 'your code, for example:'
#echo ' make bootstrap'
#echo ' make release'
#exit 1
# Ref: https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/admin/build_source.md#debian-12-officially-supported
# Ref: https://github.com/telefonicaid/fiware-orion/blob/master/docker/Dockerfile
export ORION_SRC=$(pwd)
# Install dependencies
sudo apt-get install make cmake g++ libssl-dev libcurl4-openssl-dev libboost-dev libboost-regex-dev libboost-filesystem-dev libboost-thread-dev uuid-dev libgnutls28-dev libsasl2-dev libgcrypt-dev
Expand Down

0 comments on commit a9707f9

Please sign in to comment.