Skip to content

Commit

Permalink
Use Flowzone as a CI and upgrade network-manager crate
Browse files Browse the repository at this point in the history
This fixes a failure at start due to missing AP security flags and device
type enumerations in the network-manager crate.

Also update to using Rust 1.67.1 and Flowzone as a CI.

Change-type: minor
Signed-off-by: Zahari Petkov <zahari@balena.io>
  • Loading branch information
majorz committed Feb 20, 2023
1 parent 48345a9 commit c950ab4
Show file tree
Hide file tree
Showing 16 changed files with 531 additions and 594 deletions.
174 changes: 0 additions & 174 deletions .circleci/config.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/flowzone.yml
@@ -0,0 +1,22 @@
name: Flowzone

on:
pull_request:
types: [opened, synchronize, closed]
branches:
- 'main'
- 'master'

jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
rust_binaries: false
rust_toolchain: 1.67.1
cargo_targets: |
aarch64-unknown-linux-gnu,
armv7-unknown-linux-gnueabihf,
x86_64-unknown-linux-gnu,
i686-unknown-linux-gnu
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

0 comments on commit c950ab4

Please sign in to comment.