Skip to content

Commit 1d04ea9

Browse files
committed
fix(#529): fix cpp-builds in ci-pipeline
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
1 parent 69318bd commit 1d04ea9

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -415,17 +415,11 @@ jobs:
415415
sudo apt-get update && \
416416
sudo apt-get install -y make \
417417
cmake \
418-
bison \
419-
flex \
420418
git \
421419
ssh \
422420
libssl-dev \
423-
libcrypto++-dev \
424-
libboost-dev \
425421
nlohmann-json3-dev \
426-
uuid-dev \
427-
libsqlite3-dev \
428-
protobuf-compiler
422+
libsqlite3-dev
429423
-
430424
name: Install clang on Ubuntu 22.04
431425
if: (matrix.compiler.tag == 'ubuntu-2204_clang-14') || (matrix.compiler.tag == 'ubuntu-2204_clang-15')
@@ -456,7 +450,7 @@ jobs:
456450
name: Run basic test
457451
run: |
458452
cd ${GITHUB_REPOSITORY#*/}
459-
./src/hanami/hanami_unittests
453+
./src/libs/cpp/hanami_core/hanami_unittests
460454
-
461455
name: Update Result
462456
id: status

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and multi-tenancy.
3131

3232
## Supported Environment
3333

34-
| Backend | SDK | Deployment |
34+
| C++ Core-Library | Python-SDK | Deployment |
3535
| ------------------------------------------------------------- | ------------------------------------------- | --------------------------------------------------- |
3636
| [![ubuntu-2204_clang-13][img_ubuntu-2204_clang-13]][Workflow] | [![python-3_10][img_python-3_10]][Workflow] | [![kubernetes-1_26][img_kubernetes-1_26]][Workflow] |
3737
| [![ubuntu-2204_clang-14][img_ubuntu-2204_clang-14]][Workflow] | [![python-3_11][img_python-3_11]][Workflow] | [![kubernetes-1_27][img_kubernetes-1_27]][Workflow] |

0 commit comments

Comments
 (0)