Skip to content

Commit

Permalink
Merge branch 'main' into arm64
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/build.yml
#	.github/workflows/ci.yml
  • Loading branch information
RassK committed Feb 19, 2024
2 parents e1338ce + 0b0f728 commit f60c1c5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nuget-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- name: Check for NuGet packages cache
uses: actions/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- name: Check for NuGet packages cache
uses: actions/[email protected]
id: nuget-cache
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- name: Check for NuGet packages cache
uses: actions/[email protected]
id: nuget-cache
Expand Down Expand Up @@ -131,8 +130,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- name: Check for NuGet packages cache
uses: actions/[email protected]
id: nuget-cache
Expand Down Expand Up @@ -170,8 +168,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- name: Check for NuGet packages cache
uses: actions/[email protected]
id: nuget-cache
Expand Down Expand Up @@ -256,8 +253,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- name: Check for NuGet packages cache
uses: actions/[email protected]
id: nuget-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET 8
uses: actions/[email protected]
with:
dotnet-version: 8.0.200
dotnet-version: 8.0.201

- name: dotnet format
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- name: Test the PowerShell module instructions from README.md
shell: powershell
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- run: brew install coreutils
if: ${{ runner.os == 'macOS' }}
- name: Create test directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dotnet-version: |
6.0.419
7.0.406
8.0.200
8.0.201
- run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }}
- name: Upload logs
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion docker/alpine.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.200-alpine3.18
FROM mcr.microsoft.com/dotnet/sdk:8.0.201-alpine3.18
RUN apk update \
&& apk upgrade \
&& apk add --no-cache --update \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.200-bookworm-slim
FROM mcr.microsoft.com/dotnet/sdk:8.0.201-bookworm-slim

RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
Expand Down

0 comments on commit f60c1c5

Please sign in to comment.