Skip to content

Commit

Permalink
fmt, fix ubuntu-old, add some debug info for the current ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jun 10, 2024
1 parent c40edf2 commit 5cf2ee9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: ubuntu-latest
rust: stable
- build: ubuntu-old
os: ubuntu-18.04
os: ubuntu-20.04
rust: stable
- build: macos
os: macos-latest
Expand All @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install Rust (rustup)
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
- run: clang --version
- run: cargo test

lint:
Expand Down
1 change: 0 additions & 1 deletion protobuf-native/src/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#pragma once

#include "google/protobuf/compiler/importer.h"

#include "rust/cxx.h"

namespace protobuf_native {
Expand Down
5 changes: 2 additions & 3 deletions protobuf-native/src/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@

#pragma once

#include <memory>

#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/io/zero_copy_stream.h"
#include "google/protobuf/io/zero_copy_stream_impl.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"

#include <memory>

#include "rust/cxx.h"

namespace protobuf_native {
Expand Down
4 changes: 2 additions & 2 deletions protobuf-native/src/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

#pragma once

#include <memory>

#include "google/protobuf/descriptor.h"
#include "google/protobuf/descriptor.pb.h"

#include <memory>

using namespace google::protobuf;

namespace protobuf_native {
Expand Down

0 comments on commit 5cf2ee9

Please sign in to comment.