Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2add6929 authored by Robert Nelson's avatar Robert Nelson
Browse files

ci: riscv64: move to Ubuntu 24.04 (LTS)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 91213647
1 merge request!119ci: riscv64: move to Ubuntu 24.04 (LTS)
Pipeline #22802 passed with stages
in 58 minutes and 8 seconds
...@@ -34,8 +34,10 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -34,8 +34,10 @@ build-job: # This job runs in the build stage, which runs first.
junit: artifacts/tests_report.xml junit: artifacts/tests_report.xml
pages: pages:
image: robertcnelson/beagle-devscripts-ubuntu-23.04-riscv64:latest image: robertcnelson/beagle-devscripts-ubuntu-24.04-riscv64:latest
# https://git.beagleboard.org/beagleboard/ci-docker-images # Ubuntu 23.04 packages archive has been shutdown, move to noble (lts) 24.04, for legacy, this image is still published..
# image: robertcnelson/beagle-devscripts-ubuntu-23.04-riscv64:latest
# https://openbeagle.org/beagleboard/ci-docker-images
stage: deploy stage: deploy
tags: tags:
- docker-riscv64-ci - docker-riscv64-ci
...@@ -59,7 +61,7 @@ pages: ...@@ -59,7 +61,7 @@ pages:
- rsync -av ./artifacts/$DEBIAN_SRC/* ./src/debian/ - rsync -av ./artifacts/$DEBIAN_SRC/* ./src/debian/
- mkdir -p ./src/gateware-builds-tester || true - mkdir -p ./src/gateware-builds-tester || true
- rsync -av ./artifacts ./src/gateware-builds-tester/ - rsync -av ./artifacts ./src/gateware-builds-tester/
- echo "$DEBIAN_CHANGELOG_PKG (1.$(LANG=C date +%Y%m%d).0-0~lunar) lunar; urgency=low" > ./src/debian/changelog - echo "$DEBIAN_CHANGELOG_PKG (1.$(LANG=C date +%Y%m%d).0-0~noble) noble; urgency=low" > ./src/debian/changelog
- echo "" >> ./src/debian/changelog - echo "" >> ./src/debian/changelog
- echo " * ci build of $CI_PROJECT_URL" >> ./src/debian/changelog - echo " * ci build of $CI_PROJECT_URL" >> ./src/debian/changelog
- echo "" >> ./src/debian/changelog - echo "" >> ./src/debian/changelog
......
bbb.io-gateware-my-custom-fpga-design (1.20231226.0-0~lunar) lunar; urgency=low bbb.io-gateware-my-custom-fpga-design (1.20231226.0-0~noble) noble; urgency=low
* ci build of https://git.beagleboard.org/beaglev-fire/gateware * ci build of https://openbeagle.org/beaglev-fire/gateware
-- Robert Nelson <robertcnelson@beagleboard.org> Tue, 26 Dec 2023 17:41:26 +0000 -- Robert Nelson <robertcnelson@beagleboard.org> Tue, 26 Dec 2023 17:41:26 +0000
bbb.io-gateware (1.20231226.0-0~lunar) lunar; urgency=low bbb.io-gateware (1.20231226.0-0~noble) noble; urgency=low
* ci build of https://git.beagleboard.org/beaglev-fire/gateware * ci build of https://openbeagle.org/beaglev-fire/gateware
-- Robert Nelson <robertcnelson@beagleboard.org> Tue, 26 Dec 2023 17:41:26 +0000 -- Robert Nelson <robertcnelson@beagleboard.org> Tue, 26 Dec 2023 17:41:26 +0000
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment