Skip to content

Commit

Permalink
Move versioning of RCC into workflow file
Browse files Browse the repository at this point in the history
In order to turn Robotmk into an OMD package, we need to have a single
reference, which allows create a reproducible build. To accomplish this,
the workflow files should make our requirements explicitly. A submodule
is explicit enough, but it differs from the way we pin other
requirements.

CMK-14985
  • Loading branch information
SoloJacobs committed Nov 6, 2023
1 parent ca759f4 commit 64edce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: "Checkout repository"
uses: actions/checkout@v4
with:
submodules: true
repository: robocorp/rcc
ref: v14.15.4

- name: "Setup Go"
uses: actions/setup-go@v3
Expand All @@ -31,15 +32,13 @@ jobs:
ruby-version: '2.7'

- name: "Build RCC"
working-directory: rcc
run: rake build

- name: "Test RCC"
working-directory: rcc
run: rake test

- name: "Upload RCC binaries"
uses: actions/upload-artifact@v3
with:
name: rcc
path: rcc/build
path: build
if-no-files-found: error
1 change: 0 additions & 1 deletion rcc
Submodule rcc deleted from c74154

0 comments on commit 64edce2

Please sign in to comment.