Skip to content

Commit f30e588

Browse files
committed
Bump vinca for full rebuild
1 parent 9d3046a commit f30e588

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/testpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# Change to 'true' to enable the cache upload as artifacts
88
SAVE_CACHE_AS_ARTIFACT: 'true'
99
# Change to 'true' to ignore cache and force a full rebuild, but please restore to 'false' before merging
10-
IGNORE_CACHE_AND_DO_FULL_REBUILD: 'false'
10+
IGNORE_CACHE_AND_DO_FULL_REBUILD: 'true'
1111

1212
jobs:
1313
build:

vinca.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ conda_index:
55
- robostack.yaml
66
- packages-ignore.yaml
77

8-
# Reminder for next full rebuild, the next build number should be 22
9-
build_number: 21
8+
# Reminder for next full rebuild, the next build number should be 23
9+
build_number: 22
1010

1111
mutex_package:
1212
name: "ros2-distro-mutex"
13-
version: "0.17.0"
13+
version: "0.18.0"
1414
upper_bound: "x.x"
1515
run_constraints:
1616
- libboost 1.90.*

0 commit comments

Comments
 (0)