Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_host_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ on:
jobs:
build_and_test_gcc_host_gcc12:
runs-on: ubuntu-latest
container:
image: ghcr.io/eclipse-score/devcontainer:latest
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO we should use fixed versions, but none are available at the moment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine to use latest right now, since we are still working on toolchains and pondering which tools to use.

steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.9.1
- name: Bazel build communication targets
run: |
bazel build //...
Expand Down