Skip to content

Commit

Permalink
Add dbus service
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Mar 14, 2024
1 parent 65d919b commit b2b06d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": [
{
"DOCKER_TAG": "2024.03.0",
"DOCKER_TAG": "2024.03.1",
"OPERATING_SYSTEM_TAG": "20.04",
"LLVM_VERSION_MAJOR": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_base
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt install -y --no-install-recommends ninja-build python3-setuptools curl l

# install vscode dependencies
RUN apt install -y libxshmfence1 libglu1 libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 \
libgbm-dev libnss3-dev libxss-dev libasound2 xvfb
libgbm-dev libnss3-dev libxss-dev libasound2 xvfb dbus-x11

RUN mkdir $UTBOT_ALL && cd $UTBOT_ALL

Expand Down
1 change: 1 addition & 0 deletions docker/action-scripts/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source docker/building_dependencies/runtime_env.sh
cd vscode-plugin

service dbus start
#fix error with dri3 on github runner
export LIBGL_DRI3_DISABLE=1

Expand Down

0 comments on commit b2b06d5

Please sign in to comment.