Skip to content

Generate yaml file for reproducible builds #7

Open
@RobTillaart

Description

@RobTillaart

Question popped up - how to generate the yaml file for the reproducable build

The scenario I would like is the following

  • I write my sketch
  • include the libraries (version) for my sketch
  • build / test / fix cycle
  • arduino-cli compile [sketch] --appendProfile myproject.yaml
  • then I switch boards
  • arduino-cli compile [sketch] --appendProfile myproject.yaml

--appendProfile will create a new file when it does not exist
--appendProfile will append to an existing file when file exists

I might not be possible to create 100% of the file but a 'starter' is appreciated

Metadata

Metadata

Assignees

Labels

topic: codeRelated to content of the project itselftype: enhancementProposed improvement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions