Commit f2e4b70
Remove USE_BAZEL_VERSION from /etc/profile.d and fix bash completion for bazel >= 8.4.0 (#51)
* Fix setting USE_BAZEL_VERSION in /etc/profile.d
bazel completions are generated for the bazel version specified with `.bazelversion`. But USE_BAZEL_VERSION was not updated accordingly. This resulted in the wrong bazel version being used and completions not working.
Fixes #48
* avoid installing another bazel version on version mismatch
* do not set USE_BAZEL_VERSION
it override .bazelversion which should not happen by default
* add bash argument if minimum bazel version is met
* fix: add missing parameters
* ensure that bash is used, with fail-fast options
According to https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepsshell, this should result in
bash --noprofile --norc -eo pipefail {0}
being used.
* break it again to see fail-fast working
* make sur ebash fails fast
cf. devcontainers/ci#294
* fix ci again
* dummy commit to retrigger github actions
* Revert "dummy commit to retrigger github actions"
This reverts commit 6342cc0.
* Remove the separate build step
Maybe caching does not work as expected, and with this, the publish step at the latest will definitely build the images.
* Force bazel version in tests
* revert workflow changes
should be fixed in separate PR
---------
Co-authored-by: Oliver Pajonk <oliver.pajonk@elektrobit.com>1 parent 24b2140 commit f2e4b70
3 files changed
Lines changed: 21 additions & 5 deletions
File tree
- src/s-core-devcontainer/.devcontainer/s-core-local
- tests
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
8 | 17 | | |
9 | | - | |
| 18 | + | |
10 | 19 | | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
0 commit comments