Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 4a884e9

Browse files
committed
2.2.0
1 parent aeed3ca commit 4a884e9

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

README-DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ cd arduino-ide
2929
patch -p1 < ../arduino-ide-raspberrypi/self_hosted_runner.patch
3030
git add .github/workflows/build.yml
3131
git add arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts
32-
git add arduino-ide-extension/src/test/node/test-bindings.ts
32+
git add arduino-ide-extension/src/test/node/node-test-bindings.ts
3333
git commit -m arm64
3434
git push
35-
git tag -a 2.1.1-arm64 -m self-hosted
35+
git tag -a 2.2.0-arm64 -m self-hosted
3636
git push --tags
3737
```
3838

self_hosted_runner.patch

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
commit 94f6b0dfaf5d5871d56d27a2bda0205a61f1e261
2-
Author: Koen De Vleeschauwer <kdv@kdvelectronics.eu>
3-
Date: Fri Jun 30 19:31:14 2023 +0200
4-
5-
arm64
6-
71
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
8-
index 28e07c6..28549c2 100644
2+
index 1c830648..ab6ac95a 100644
93
--- a/.github/workflows/build.yml
104
+++ b/.github/workflows/build.yml
11-
@@ -39,17 +39,18 @@ jobs:
5+
@@ -67,17 +67,18 @@ jobs:
126
strategy:
137
matrix:
148
config:
@@ -38,15 +32,15 @@ index 28e07c6..28549c2 100644
3832
runs-on: ${{ matrix.config.os }}
3933
timeout-minutes: 90
4034

41-
@@ -64,6 +65,7 @@ jobs:
42-
registry-url: 'https://registry.npmjs.org'
35+
@@ -93,6 +94,7 @@ jobs:
36+
cache: 'yarn'
4337

4438
- name: Install Python 3.x
4539
+ if: matrix.config.os != 'self-hosted'
4640
uses: actions/setup-python@v4
4741
with:
4842
python-version: '3.x'
49-
@@ -128,6 +130,10 @@ jobs:
43+
@@ -166,6 +168,10 @@ jobs:
5044
name: Linux_X86-64_zip
5145
- path: '*Linux_64bit.AppImage'
5246
name: Linux_X86-64_app_image
@@ -58,7 +52,7 @@ index 28e07c6..28549c2 100644
5852
name: macOS_dmg
5953
- path: '*macOS_64bit.zip'
6054
diff --git a/arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts b/arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts
61-
index de243d2..557de7b 100644
55+
index fbd5aeb4..a3b865bb 100644
6256
--- a/arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts
6357
+++ b/arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts
6458
@@ -20,6 +20,7 @@ describe('boards-service-impl', () => {
@@ -69,11 +63,11 @@ index de243d2..557de7b 100644
6963
const result = await boardService.search({});
7064
expect(result).is.not.empty;
7165
});
72-
diff --git a/arduino-ide-extension/src/test/node/test-bindings.ts b/arduino-ide-extension/src/test/node/test-bindings.ts
73-
index 30d8513..c83ef9a 100644
74-
--- a/arduino-ide-extension/src/test/node/test-bindings.ts
75-
+++ b/arduino-ide-extension/src/test/node/test-bindings.ts
76-
@@ -409,7 +409,7 @@ export async function startDaemon(
66+
diff --git a/arduino-ide-extension/src/test/node/node-test-bindings.ts b/arduino-ide-extension/src/test/node/node-test-bindings.ts
67+
index 2b4c651f..c61b00f5 100644
68+
--- a/arduino-ide-extension/src/test/node/node-test-bindings.ts
69+
+++ b/arduino-ide-extension/src/test/node/node-test-bindings.ts
70+
@@ -318,7 +318,7 @@ export async function startDaemon(
7771
configService.onStart();
7872
daemon.onStart();
7973
await Promise.all([

0 commit comments

Comments
 (0)