Skip to content

Commit

Permalink
GHA CI: Test FORTIFY_SOURCE=3 on Ubuntu 24.04 Image
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier2k6 committed Sep 20, 2024
1 parent 1c43286 commit 0757600
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 493 deletions.
149 changes: 0 additions & 149 deletions .github/workflows/ci_macos.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/ci_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ concurrency:
jobs:
ci:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

strategy:
fail-fast: false
matrix:
libt_version: ["2.0.10", "1.2.19"]
libt_version: ["RC_2_0", "RC_1_2"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["6.5.2"]
qt_version: ["6.5.3"]

env:
boost_path: "${{ github.workspace }}/../boost"
harden_flags: "-D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS"
harden_flags: "-D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS"
libtorrent_path: "${{ github.workspace }}/../libtorrent"

steps:
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install boost
env:
BOOST_MAJOR_VERSION: "1"
BOOST_MINOR_VERSION: "76"
BOOST_MINOR_VERSION: "86"
BOOST_PATCH_VERSION: "0"
run: |
boost_url="https://boostorg.jfrog.io/artifactory/main/release/${{ env.BOOST_MAJOR_VERSION }}.${{ env.BOOST_MINOR_VERSION }}.${{ env.BOOST_PATCH_VERSION }}/source/boost_${{ env.BOOST_MAJOR_VERSION }}_${{ env.BOOST_MINOR_VERSION }}_${{ env.BOOST_PATCH_VERSION }}.tar.gz"
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Install libtorrent
run: |
git clone \
--branch v${{ matrix.libt_version }} \
--branch ${{ matrix.libt_version }} \
--depth 1 \
--recurse-submodules \
https://github.com/arvidn/libtorrent.git \
Expand Down
198 changes: 0 additions & 198 deletions .github/workflows/ci_windows.yaml

This file was deleted.

Loading

0 comments on commit 0757600

Please sign in to comment.