Skip to content

Commit

Permalink
CI: gcc-arm package update for gnu toolchain [NOT FOR EXTERNAL DISTRI…
Browse files Browse the repository at this point in the history
…BUTION][ASR-11860]

Pick up gcc-arm repository commit f92d461f which updates the
GNU toolchain from 10.3-2021.07 to 13.2.rel1.

Change-Id: Ibdd2ef9e06561f05c07dd14884b599a2d81eb5a1
Signed-off-by: Daniel Goehring <dgoehrin@os.amperecomputing.com>
  • Loading branch information
dgoehring-ampere committed Jun 4, 2024
1 parent 158a4ae commit 54f4987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class OpenOCDConan(ConanFile):

docker_image_name = "docker_ampere_openocd"
# Update each time a new toolchain is received from Arm and the gcc-arm package is updated:
requires = "gcc-arm/2022-09-14-98c671d9@amperecomputing+debugtools+gcc-arm/release"
requires = "gcc-arm/2024-05-02-f92d461f@amperecomputing+debugtools+gcc-arm/release"

def source(self):
self.output.info("Cloning and checking out a fresh openocd repository for submodule init and builds...")
Expand Down Expand Up @@ -104,8 +104,8 @@ def source(self):

def imports(self):

# Temporarily import required packages into the <build-folder>/gcc-arm directory
self.copy("*", dst="gcc-arm", src="gcc-arm")
# Temporarily import required packages into the <build-folder>/arm-gnu-toolchain directory
self.copy("*", dst="arm-gnu-toolchain", src="arm-gnu-toolchain")

def build(self):

Expand Down

0 comments on commit 54f4987

Please sign in to comment.