Skip to content

Commit

Permalink
Update NOTICE (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Jan 10, 2024
1 parent e6990d1 commit 359ad93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ jobs:
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler
if: ${{ matrix.features != '--features vendored' }}
- name: Install Rust toolchain
run: rustup toolchain install 1.63.0 --component clippy
- name: Install Cargo nightly
run: rustup toolchain install nightly-2023-05-19
- name: Cargo minimal versions
run: cargo +nightly-2023-05-19 -Z minimal-versions generate-lockfile
- name: Run check
run: cargo check --workspace --release ${{ matrix.features }}
- name: Run clippy
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache SkyWalking
Copyright 2017-2023 The Apache Software Foundation
Copyright 2017-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
2 changes: 2 additions & 0 deletions e2e/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
#
FROM rust:1.65
RUN apt-get update && apt-get install -y cmake protobuf-compiler
RUN rustup toolchain install nightly-2023-05-19
WORKDIR /build
COPY . /build/
RUN cargo +nightly-2023-05-19 -Z minimal-versions generate-lockfile
RUN cargo build --release --workspace
ENV RUST_BACKTRACE=1
ENTRYPOINT ["/build/target/release/e2e"]

0 comments on commit 359ad93

Please sign in to comment.