Skip to content

Commit

Permalink
Add support for Jazzy binaries on Windows (#684)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed May 23, 2024
1 parent 18ba945 commit 5ee72ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
- humble
# Iron Irwini (May 2023 - November 2024)
- iron
# Jazzy Jalisco (May 2024 - May 2029)
- jazzy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
Expand Down
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7460,6 +7460,7 @@ const utils = __importStar(__nccwpck_require__(1314));
const binaryReleases = {
humble: "https://github.com/ros2/ros2/releases/download/release-humble-20230614/ros2-humble-20230614-windows-release-amd64.zip",
iron: "https://github.com/ros2/ros2/releases/download/release-iron-20230523/ros2-iron-20230523-windows-release-amd64.zip",
jazzy: "https://github.com/ros2/ros2/releases/download/release-jazzy-20240523/ros2-jazzy-20250523-windows-release-amd64.zip",
};
const pip3Packages = ["lxml", "netifaces"];
/**
Expand Down
2 changes: 2 additions & 0 deletions src/setup-ros-windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const binaryReleases: { [index: string]: string } = {
humble:
"https://github.com/ros2/ros2/releases/download/release-humble-20230614/ros2-humble-20230614-windows-release-amd64.zip",
iron: "https://github.com/ros2/ros2/releases/download/release-iron-20230523/ros2-iron-20230523-windows-release-amd64.zip",
jazzy:
"https://github.com/ros2/ros2/releases/download/release-jazzy-20240523/ros2-jazzy-20250523-windows-release-amd64.zip",
};

const pip3Packages: string[] = ["lxml", "netifaces"];
Expand Down

0 comments on commit 5ee72ee

Please sign in to comment.