Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Masquer les espaces
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Styles de texte
Modifier l’apparence
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled Diff
Créé
il y a 6 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
6 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
25 lignes
Copier tout
18 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
32 lignes
Copier tout
Copier
Copié
Copier
Copié
conda
:
ubuntu-sanitizer
:
name: AMD64
Conda
C++
name: AMD64
Ubuntu ${{ matrix.ubuntu }}
C++
ASAN UBSAN
runs-on: ubuntu-latest
runs-on: ubuntu-latest
Copier
Copié
Copier
Copié
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
Copier
Copié
Copier
Copié
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
Copier
Copié
Copier
Copié
run: docker-compose build
conda
-cpp
run: docker-compose build
ubuntu
-cpp
-sanitizer
- name: Docker Run
- name: Docker Run
shell: bash
shell: bash
Copier
Copié
Copier
Copié
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 }}
Copier
Copié
Copier
Copié
docker-compose push
conda
-cpp
docker-compose push
ubuntu
-cpp
Différences enregistrées
Texte d'origine
Ouvrir un fichier
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
Texte modifié
Ouvrir un fichier
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
Trouver la différence