Skip to content

Commit 1ce9b2d

Browse files
lurtzopajonk
andauthored
chore: use devcontainer image v1.1.0 and fix ebclfsa workflow (eclipse-score#82)
* chore: use devcontainer image v1.1.0 Some time passed already since creation of version 1.0 and we should eventually the use version used in the workflow. * Trigger ebclfsa workflow on workflow changes Changing the workflow could otherwise in undetected build breaks. Co-authored-by: Oliver Pajonk <[email protected]> Signed-off-by: lurtz <[email protected]> * Add ebclfsa/.bazelversion Fixes the ebclfsa build where bazel now wants to download version 9.0.0. The specified bazel version is present in the devcontainer and will not trigger a download. --------- Signed-off-by: lurtz <[email protected]> Co-authored-by: Oliver Pajonk <[email protected]>
1 parent bbfbc33 commit 1ce9b2d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build_and_test_ebclfsa.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,26 @@ name: Build for and Test on EB corbos Linux for Safety Applications
1616
on:
1717
pull_request:
1818
paths:
19-
- 'ebclfsa/**'
19+
- "ebclfsa/**"
20+
- ".github/workflows/build_and_test_ebclfsa.yml"
2021
push:
2122
branches:
2223
- main
2324
release:
24-
types: [created]
25+
types: [created]
2526
workflow_dispatch:
2627

2728
jobs:
2829
build:
2930
name: build-and-test-ebclfsa
3031
runs-on: ubuntu-latest
3132
container:
32-
image: ghcr.io/eclipse-score/devcontainer:0.1.0
33+
image: ghcr.io/eclipse-score/devcontainer:v1.1.0
3334

3435
steps:
3536
- name: Checkout repository
3637
uses: actions/checkout@v4
37-
38+
3839
- name: Build for EB corbos Linux for Safety Applications and run tests
3940
run: |
4041
bazel build --config=aarch64-ebclfsa //scrample_integration:run

ebclfsa/.bazelversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.4.1

0 commit comments

Comments
 (0)