Skip to content

Commit

Permalink
GitHub Actions: increase BDE version to 4.8.0.0 & set C++ standard to…
Browse files Browse the repository at this point in the history
… C++20
  • Loading branch information
smtrfnv authored Jul 26, 2024
1 parent 490d57d commit dfb36b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ fetch_git() {
}

fetch_deps() {
fetch_git bloomberg bde-tools 3.117.0.0
fetch_git bloomberg bde 3.117.0.0
fetch_git bloomberg bde-tools 4.8.0.0
fetch_git bloomberg bde 4.8.0.0
}

configure() {
PATH="$PATH:$(realpath srcs/bde-tools/bin)"
export PATH
eval "$(bbs_build_env -u opt_64_cpp17)"
eval "$(bbs_build_env -u opt_64_cpp20)"
}

build_bde() {
Expand Down

0 comments on commit dfb36b6

Please sign in to comment.