Skip to content

Commit

Permalink
fix: GitPod container image now needs their workspace image as base (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic authored Sep 27, 2023
1 parent 5c202da commit 41f779f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- xlite
- xlites
container:
image: ghcr.io/edgetx/edgetx-dev:2.9.0
image: ghcr.io/edgetx/edgetx-dev:2.9.1
volumes:
- ${{ github.workspace }}:/src
steps:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- x9lite;x9lites
- xlite;xlites
container:
image: ghcr.io/edgetx/edgetx-dev:2.9.0
image: ghcr.io/edgetx/edgetx-dev:2.9.1
volumes:
- ${{ github.workspace }}:/src
steps:
Expand Down
6 changes: 1 addition & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
image: ghcr.io/edgetx/edgetx-dev:2.9.0

vscode:
extensions:
- ms-vscode.cpptools
image: ghcr.io/edgetx/gitpod-workspace:2.9.1

tasks:
- name: Prep build folder
Expand Down
2 changes: 1 addition & 1 deletion radio/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ if(RTC_BACKUP_RAM)
)

# Add custom target for debugging
add_custom_target(datacopy DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/datacopy.cpp)
add_custom_target(datacopy DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/datacopy.inc)
endif()

option(LUA_MIXER "Enable LUA mixer/model scripts support" OFF)
Expand Down

0 comments on commit 41f779f

Please sign in to comment.