Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide whitespace changes
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Text styles
Change appearance
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled Diff
Created
6 years ago
Diff never expires
Clear
Export
Share
Explain
6 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
25 lines
Copy
18 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
32 lines
Copy
Copy
Copied
Copy
Copied
conda
:
ubuntu-sanitizer
:
name: AMD64
Conda
C++
name: AMD64
Ubuntu ${{ matrix.ubuntu }}
C++
ASAN UBSAN
runs-on: ubuntu-latest
runs-on: ubuntu-latest
Copy
Copied
Copy
Copied
strategy:
fail-fast: false
matrix:
ubuntu: [18.04]
env:
UBUNTU: ${{ matrix.ubuntu }}
steps:
steps:
- name: Checkout Arrow
- name: Checkout Arrow
uses: actions/checkout@v1
uses: actions/checkout@v1
with:
with:
submodules: true
submodules: true
- name: Docker Pull
- name: Docker Pull
shell: bash
shell: bash
Copy
Copied
Copy
Copied
run: docker-compose pull --ignore-pull-failures
conda
-cpp
run: docker-compose pull --ignore-pull-failures
ubuntu
-cpp
-sanitizer
- name: Docker Build
- name: Docker Build
shell: bash
shell: bash
Copy
Copied
Copy
Copied
run: docker-compose build
conda
-cpp
run: docker-compose build
ubuntu
-cpp
-sanitizer
- name: Docker Run
- name: Docker Run
shell: bash
shell: bash
Copy
Copied
Copy
Copied
run: docker-compose run
conda
-cpp
run: docker-compose run
ubuntu
-cpp
-sanitizer
- name: Docker Push
- name: Docker Push
if: success() && github.event_name == 'push' && github.repository == 'apache/arrow'
if: success() && github.event_name == 'push' && github.repository == 'apache/arrow'
continue-on-error: true
continue-on-error: true
shell: bash
shell: bash
run: |
run: |
docker login -u ${{ secrets.DOCKERHUB_USER }} \
docker login -u ${{ secrets.DOCKERHUB_USER }} \
-p ${{ secrets.DOCKERHUB_TOKEN }}
-p ${{ secrets.DOCKERHUB_TOKEN }}
Copy
Copied
Copy
Copied
docker-compose push
conda
-cpp
docker-compose push
ubuntu
-cpp
Saved diffs
Original text
Open file
conda: name: AMD64 Conda C++ runs-on: ubuntu-latest steps: - name: Checkout Arrow uses: actions/checkout@v1 with: submodules: true - name: Docker Pull shell: bash run: docker-compose pull --ignore-pull-failures conda-cpp - name: Docker Build shell: bash run: docker-compose build conda-cpp - name: Docker Run shell: bash run: docker-compose run conda-cpp - name: Docker Push if: success() && github.event_name == 'push' && github.repository == 'apache/arrow' continue-on-error: true shell: bash run: | docker login -u ${{ secrets.DOCKERHUB_USER }} \ -p ${{ secrets.DOCKERHUB_TOKEN }} docker-compose push conda-cpp
Changed text
Open file
ubuntu-sanitizer: name: AMD64 Ubuntu ${{ matrix.ubuntu }} C++ ASAN UBSAN runs-on: ubuntu-latest strategy: fail-fast: false matrix: ubuntu: [18.04] env: UBUNTU: ${{ matrix.ubuntu }} steps: - name: Checkout Arrow uses: actions/checkout@v1 with: submodules: true - name: Docker Pull shell: bash run: docker-compose pull --ignore-pull-failures ubuntu-cpp-sanitizer - name: Docker Build shell: bash run: docker-compose build ubuntu-cpp-sanitizer - name: Docker Run shell: bash run: docker-compose run ubuntu-cpp-sanitizer - name: Docker Push if: success() && github.event_name == 'push' && github.repository == 'apache/arrow' continue-on-error: true shell: bash run: | docker login -u ${{ secrets.DOCKERHUB_USER }} \ -p ${{ secrets.DOCKERHUB_TOKEN }} docker-compose push ubuntu-cpp
Find difference