Skip to content

Commit a7e4a04

Browse files
committed
Point GitHub CI workflows to LASP fork of fp32-fsw-xmera
1 parent 3d38c17 commit a7e4a04

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.github/workflows/publish_all.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
set-safe-directory: true
29-
# Use dinkelk cmake-update fork for now until compilation is fixed for Linux
30-
repository: dinkelk/fp32-fsw-xmera
29+
repository: lasp/fp32-fsw-xmera
3130
path: fp32-fsw-xmera
32-
ref: cmake-update
31+
ref: develop
3332
- name: Clone adamant repository
3433
uses: actions/checkout@v4
3534
with:

.github/workflows/publish_all_arm64.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
set-safe-directory: true
34-
# Use dinkelk cmake-update fork for now until compilation is fixed for Linux
35-
repository: dinkelk/fp32-fsw-xmera
34+
repository: lasp/fp32-fsw-xmera
3635
path: fp32-fsw-xmera
37-
ref: cmake-update
36+
ref: develop
3837

3938
- name: Clone Eigen 3.4.1 from GitLab
4039
run: |

.github/workflows/style_all.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
set-safe-directory: true
29-
# Use dinkelk cmake-update fork for now until compilation is fixed for Linux
30-
repository: dinkelk/fp32-fsw-xmera
29+
repository: lasp/fp32-fsw-xmera
3130
path: fp32-fsw-xmera
32-
ref: cmake-update
31+
ref: develop
3332
- name: Clone adamant repository
3433
uses: actions/checkout@v4
3534
with:

.github/workflows/style_all_arm64.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
set-safe-directory: true
34-
# Use dinkelk cmake-update fork for now until compilation is fixed for Linux
35-
repository: dinkelk/fp32-fsw-xmera
34+
repository: lasp/fp32-fsw-xmera
3635
path: fp32-fsw-xmera
37-
ref: cmake-update
36+
ref: develop
3837

3938
- name: Clone Eigen 3.4.1 from GitLab
4039
run: |

.github/workflows/test_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
with:
2828
set-safe-directory: true
2929
# Use dinkelk cmake-update fork for now until compilation is fixed for Linux
30-
repository: dinkelk/fp32-fsw-xmera
30+
repository: lasp/fp32-fsw-xmera
3131
path: fp32-fsw-xmera
32-
ref: cmake-update
32+
ref: develop
3333
- name: Clone adamant repository
3434
uses: actions/checkout@v4
3535
with:

.github/workflows/test_all_arm64.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
set-safe-directory: true
34-
# Use dinkelk cmake-update fork for now until compilation is fixed for Linux
35-
repository: dinkelk/fp32-fsw-xmera
34+
repository: lasp/fp32-fsw-xmera
3635
path: fp32-fsw-xmera
37-
ref: cmake-update
36+
ref: develop
3837

3938
- name: Clone Eigen 3.4.1 from GitLab
4039
run: |

0 commit comments

Comments
 (0)