Skip to content

Commit dfc6ffa

Browse files
authored
feat: Enable linux-sandbox in QNX workflow (#116)
1 parent 93aac16 commit dfc6ffa

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# *******************************************************************************
2+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
3+
#
4+
# See the NOTICE file(s) distributed with this work for additional
5+
# information regarding copyright ownership.
6+
#
7+
# This program and the accompanying materials are made available under the
8+
# terms of the Apache License Version 2.0 which is available at
9+
# https://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# SPDX-License-Identifier: Apache-2.0
12+
# *******************************************************************************
13+
14+
# Use Dockerfile to get dependabot version bumps after new image is released
15+
FROM ghcr.io/eclipse-score/devcontainer:v1.6.1

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "eclipse-s-core",
3+
"build": {
4+
"dockerfile": "Dockerfile"
5+
}
6+
}

.github/workflows/qnx-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ jobs:
116116
bazelisk-cache: true
117117
cache-save: ${{ github.event_name == 'push' }}
118118

119+
- uses: eclipse-score/cicd-actions/unblock-user-namespace-for-linux-sandbox@30ed908edcf367bc38ebff5b386a244f9b6417a7 # 2025-06-04
120+
119121
- name: Setup QNX SDP usage
120122
uses: eclipse-score/cicd-actions/setup-qnx-sdp@a2b3c36fc7d1b9d03880d19935c7ac9cfffe58c6 # 2026-05-19
121123
with:

0 commit comments

Comments
 (0)