Skip to content

Commit cbca5fe

Browse files
Use git-lfs to track .o files (#1183)
* Delete object files * Track .o files with git-lfs * Setup git-lfs
1 parent 02098ec commit cbca5fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+27
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.o filter=lfs diff=lfs merge=lfs -text

.github/workflows/backport.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
repository: grafana/grafana-github-actions
1717
path: ./actions
1818
ref: main
19+
lfs: true
1920
- name: Install Actions
2021
run: npm install --production --prefix ./actions
2122
- name: Run backport

.github/workflows/check_ebpf_integrity.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16+
with:
17+
lfs: true
1618
- name: "Check eBPF code integrity"
1719
run: make check-ebpf-integrity

.github/workflows/clang-format-check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
18+
lfs: true
1819

1920
- name: Install Clang-Format
2021
run: sudo apt-get install clang-format

.github/workflows/generator-image.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
21+
with:
22+
lfs: true
2123

2224
- name: Set up QEMU
2325
uses: docker/setup-qemu-action@v3

.github/workflows/helm-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0 # required for chart-testing to work
30+
lfs: true
3031

3132
- name: Regenerate docs
3233
run: |

.github/workflows/publish-technical-documentation-next.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16+
with:
17+
lfs: true
1618

1719
- name: Clone website-sync Action
1820
# WEBSITE_SYNC_TOKEN is a fine-grained GitHub Personal Access Token that expires.

.github/workflows/publish-technical-documentation-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
lfs: true
2122

2223
- name: Checkout Actions library
2324
uses: actions/checkout@v4

.github/workflows/pull_request.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
go: [ '1.23' ]
1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
lfs: true
1820
# TODO:
1921
# - name: Check Drone.yml is up-to-date
2022
# uses: chrislennon/action-drone@v1

.github/workflows/pull_request_integration_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
go: [ '1.23' ]
1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
lfs: true
1820
- name: Set up Go
1921
uses: actions/setup-go@v3
2022
with:

.github/workflows/pull_request_integration_tests_arm.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
go: [ '1.23' ]
1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
lfs: true
1820
- name: Set up Go
1921
uses: actions/setup-go@v3
2022
with:

.github/workflows/pull_request_k8s_integration_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
go: [ '1.23' ]
1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
lfs: true
1820
- name: Set up Go
1921
uses: actions/setup-go@v3
2022
with:

.github/workflows/pull_request_oats_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
go: [ '1.23' ]
1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
lfs: true
1820
- name: Set up Go
1921
uses: actions/setup-go@v3
2022
with:

.github/workflows/release-binaries.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
go: [ '1.23' ]
1515
steps:
1616
- uses: actions/checkout@v3
17+
with:
18+
lfs: true
1719
- name: Set up Go
1820
uses: actions/setup-go@v3
1921
with:

.github/workflows/update-offsets.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: "Checkout repo"
1111
uses: actions/checkout@v3
12+
with:
13+
lfs: true
1214
- name: "Update Go"
1315
uses: actions/setup-go@v4
1416
with:

.github/workflows/workflow_integration_tests_vm.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
go: [ '1.22' ]
2121
steps:
2222
- uses: actions/checkout@v3
23+
with:
24+
lfs: true
2325
- name: Clean up disk space
2426
run: |
2527
docker system prune -af
-4.19 KB
Binary file not shown.
-4.19 KB
Binary file not shown.
-378 KB
Binary file not shown.
Binary file not shown.
-850 KB
Binary file not shown.
-422 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-424 KB
Binary file not shown.
-379 KB
Binary file not shown.
-239 KB
Binary file not shown.
Binary file not shown.
-395 KB
Binary file not shown.
-253 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-254 KB
Binary file not shown.
-240 KB
Binary file not shown.
-345 KB
Binary file not shown.
Binary file not shown.
-527 KB
Binary file not shown.
-359 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-359 KB
Binary file not shown.
-345 KB
Binary file not shown.
-1.33 KB
Binary file not shown.
-1.33 KB
Binary file not shown.
-48.5 KB
Binary file not shown.
Binary file not shown.
-70.5 KB
Binary file not shown.
-50 KB
Binary file not shown.
-6.62 KB
Binary file not shown.
-8.53 KB
Binary file not shown.
-8.4 KB
Binary file not shown.
-6.48 KB
Binary file not shown.
-30.4 KB
Binary file not shown.
-30.1 KB
Binary file not shown.
-27.8 KB
Binary file not shown.
-27.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)