edgexfoundry / device-bacnet-c

Owner: Device WG
Apache License 2.0
12 stars 15 forks source link

build: move to SDK v3.0.2 #82

Closed FelixTing closed 1 year ago

FelixTing commented 1 year ago

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/device-bacnet-c/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

  1. Set VERSION to 0.0.0 to indicate this is a local dev build and run make docker to build the image.
  2. From the latest compose-builder run make device-dev ds-bacnet-ip
  3. Verify the device-bacnet service bootstrap successfully and contain the following log message: level=INFO ts=2023-08-22T09:03:01Z app=device-bacnet-ip msg="EdgeX device SDK for C, version 3.0.2"

New Dependency Instructions (If applicable)