Skip to content

Commit

Permalink
Merge pull request #69 from xmos/release/v3.2.0
Browse files Browse the repository at this point in the history
Release/v3.2.0
  • Loading branch information
xluciano authored Feb 16, 2024
2 parents 5e76ccd + dfbbbb3 commit 10e63fd
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 96 deletions.
7 changes: 0 additions & 7 deletions Brewfile

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Logging change log
==================

3.2.0
-----

* ADDED: Support for XCommon CMake build system

3.1.1
-----

Expand Down
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('xmos_jenkins_shared_library@v0.16.2') _
@Library('xmos_jenkins_shared_library@v0.18.0') _

getApproval()

Expand All @@ -14,7 +14,7 @@ pipeline {
stages {
stage('Standard build and XS2 tests') {
agent {
label 'x86_64&&brew'
label 'x86_64 && linux'
}
stages{
stage('Get view') {
Expand Down Expand Up @@ -71,7 +71,7 @@ pipeline {

stage('xcore.ai Verification'){
agent {
label 'xcore.ai-explorer'
label 'xcore.ai'
}
stages{
stage('Get view') {
Expand Down Expand Up @@ -113,7 +113,7 @@ pipeline {

stage('Update view files') {
agent {
label 'x86_64&&brew'
label 'x86_64 && linux'
}
when {
expression { return currentBuild.currentResult == "SUCCESS" }
Expand Down
84 changes: 0 additions & 84 deletions lib_logging/LICENSE.rst

This file was deleted.

8 changes: 8 additions & 0 deletions lib_logging/lib_build_info.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set(LIB_NAME lib_logging)
set(LIB_VERSION 3.2.0)
set(LIB_INCLUDES api)
set(LIB_COMPILER_FLAGS -Os)
set(LIB_DEPENDENT_MODULES "")
set(LIB_OPTIONAL_HEADERS debug_conf.h)

XMOS_REGISTER_MODULE()
2 changes: 1 addition & 1 deletion lib_logging/module_build_info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 3.1.1
VERSION = 3.2.0

DEPENDENT_MODULES =

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
# pip-install this one as editable using this repository's setup.py file. The
# same modules should appear in the setup.py list as given below.
flake8==3.8.3
# Pin importlib-metadata to <5 due to https://github.com/python/importlib_metadata/issues/409.
importlib-metadata==4.13.0

# Development dependencies
#
Expand Down

0 comments on commit 10e63fd

Please sign in to comment.